2023OSSLteam / 2023OSSLteam/StockTrading
Bug Fix
- Dominant language
- C++
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## 목적
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
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100