Enable -Wall and -Wextra flags through CMake by default #505
Labels
cat:dev tools
building/ compiling the program, cmake configuration and general development tools
diff:first issue
good first issue to start contributing
Is your feature request related to a problem?
There are some warnings which we don't see because the
-Wall
and-Wextra
flags are not enabed by default.Description
Pass
-Wall
and-Wextra
through CMake by default.Alternatives
Do not enable those flags.
Affected Code
The entire project.
Operating System
All operating systems.
Additional Context
none
The text was updated successfully, but these errors were encountered: