GCC -Wunused-parameter warnings and misspelling
Open
- Dominant language
- C++
- Stars
- 537
- Forks
- 223
- Avg merge
- 11h 22m
- Merged PRs (30d)
- 2
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.