2023OSSLteam / 2023OSSLteam/StockTrading
Bug Fix
- Lenguaje dominante
- C++
- Estrellas
- 1
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 목적
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
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
- 40/100