2023OSSLteam / 2023OSSLteam/StockTrading

Bug Fix

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
bug
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.