2023OSSLteam / 2023OSSLteam/StockTrading
make 컴파일 시 warning 수정 요청
Ouverte
help wanted
- Langage dominant
- C++
- Étoiles
- 1
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## 목적
make 컴파일 시 warning 수정 요청
## 작업 상세 내용
crud.cpp 에서 작업한 내용 중 users.size() 부분이
warning 을 일으켜 디버깅에 어려움이 있습니다 수정 부탁드립니다.
## Reference
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp
- Domaine
- backend
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100