-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Labels
enhancement
New feature or request
Milestone
Comments
This was referenced Feb 4, 2022
This was referenced Nov 14, 2022
The CI runners GCC C/C++ standards check (GCC 9.4) and "macOS / macOS build (Clang 14) both build successfully with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: