2023OSSLteam / 2023OSSLteam/StockTrading
make 컴파일 시 warning 수정 요청
Abierto
help wanted
- Lenguaje dominante
- C++
- Estrellas
- 1
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 목적
make 컴파일 시 warning 수정 요청
## 작업 상세 내용
crud.cpp 에서 작업한 내용 중 users.size() 부분이
warning 을 일으켜 디버깅에 어려움이 있습니다 수정 부탁드립니다.
## Reference
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- cpp
- Área
- backend
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100