2023OSSLteam / 2023OSSLteam/StockTrading
Bug Fix
- Lingua principale
- C++
- Stelle
- 1
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## 목적
Bug fix
## 작업 상세 내용
작업 내용 pull하여 make 실행 시 발견한 문제 해결 후 push
## Reference
(warning: unused variable 'key' [-Wunused-variable])
comparison of integer expressions of different signedness
warning: unused variable 'b'
'viewPortfolio' was not declared in this scope
4개 Bug Fix
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue lists four compiler warnings/errors: unused variables 'key' and 'b', a signed/unsigned comparison, and an undeclared 'viewPortfolio'. Search the codebase for these identifiers using grep. Start by running 'make' to see the exact locations. Fix each warning by removing unused variables, fixing the type comparison, and ensuring 'viewPortfolio' is declared or included. Verify by rebuilding.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- backend
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 40/100