2023OSSLteam / 2023OSSLteam/StockTrading
make 컴파일 시 warning 수정 요청
Aperta
help wanted
- Lingua principale
- C++
- Stelle
- 1
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## 목적
make 컴파일 시 warning 수정 요청
## 작업 상세 내용
crud.cpp 에서 작업한 내용 중 users.size() 부분이
warning 을 일으켜 디버깅에 어려움이 있습니다 수정 부탁드립니다.
## Reference
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The warning is in crud.cpp, likely related to the type or comparison of users.size(). Look at the compiler warning message to identify the exact issue, such as a signed/unsigned mismatch. Check how users is declared and what type size() returns. Fix the comparison or cast appropriately, then run the make command to verify the warning is gone.
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
- 45/100