Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
# Note that some of the flags listed here really should be developer
|
|
# flags (listed in separate files, gnu-warnings-developer*) but we put
|
|
# them here because they are not raised by the current code and we'd like to
|
|
# know if they do start showing up.
|
|
-Waliasing
|
|
-Wall
|
|
-Wcharacter-truncation
|
|
-Wextra
|
|
-Wimplicit-interface
|
|
-Wsurprising
|
|
-Wunderflow
|
|
-pedantic
|