GCC -Wunused-parameter warnings and misspelling
未關閉
- 主要語言
- C++
- 星號
- 537
- 分支
- 223
- 平均合併
- 11 小時 22 分鐘
- 30 天內合併 PR
- 2
描述
I built Boost 1.72 with GCC 7.5 with added -Wextra in cxxflags. Problems are still in current code:
libs/python/src/object/function_doc_signature.cpp:108:118: warning: unused parameter ‘cpp_types’ [-Wunused-parameter]
libs/python/src/object/function_doc_signature.cpp:108:99: warning: unused parameter ‘n_overloads’ [-Wunused-parameter]
Misspelling: libs/python/src/object/function_doc_signature.cpp:37: shold
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Open libs/python/src/object/function_doc_signature.cpp around lines 37 and 108 and inspect the spelling and unused-parameter warnings. Rebuild Boost.Python with GCC and -Wextra to verify the reported warnings are resolved and the misspelling is corrected.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- cpp
- 領域
- build-system
- Issue 類型
- 缺陷
- 難度
- 1/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100