2023OSSLteam / 2023OSSLteam/StockTrading

make 컴파일 시 warning 수정 요청

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
C++
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Description

## 목적
make 컴파일 시 warning 수정 요청
## 작업 상세 내용
crud.cpp 에서 작업한 내용 중 users.size() 부분이
warning 을 일으켜 디버깅에 어려움이 있습니다 수정 부탁드립니다.
## Reference

Contributor guide

No contributing guide indexed for this repository

Research direction

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.

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
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.