Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Fix more compiler warnings #2156

Closed
21 tasks done
nilason opened this issue Feb 4, 2022 · 1 comment
Closed
21 tasks done

[Feat] Fix more compiler warnings #2156

nilason opened this issue Feb 4, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@nilason
Copy link
Contributor

nilason commented Feb 4, 2022

This is a followup feature request to #1247, which addressed a great number of compiler warnings on both gcc and clang.
Those warnings were the compiler's default warnings.
Unleashing the compiler with -Wall will result in a new wave of warnings, which in many cases are perhaps harmless. But who knows what hidden or potential bugs are waiting there.

(Incomplete) list of warnings:

@nilason
Copy link
Contributor Author

nilason commented Jan 13, 2023

The CI runners GCC C/C++ standards check (GCC 9.4) and "macOS / macOS build (Clang 14) both build successfully with -Wall and -Werror, as well as the Ubuntu test runners also builds with -Werror.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants