2023OSSLteam / 2023OSSLteam/StockTrading
Bug Fix
- 主要言語
- C++
- スター
- 1
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## 목적
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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 40/100