2023OSSLteam / 2023OSSLteam/StockTrading
make 컴파일 시 warning 수정 요청
オープン
help wanted
- 主要言語
- C++
- スター
- 1
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## 목적
make 컴파일 시 warning 수정 요청
## 작업 상세 내용
crud.cpp 에서 작업한 내용 중 users.size() 부분이
warning 을 일으켜 디버깅에 어려움이 있습니다 수정 부탁드립니다.
## Reference
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100