You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
357 B
13 lines
357 B
2 years ago
|
# 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
|