2023OSSLteam / 2023OSSLteam/StockTrading

Bug Fix

未关闭
#9 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。