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.
23 lines
504 B
23 lines
504 B
2 years ago
|
# warning flags added for GCC >= 4.3
|
||
|
-Wlarger-than=2560
|
||
|
-Wlogical-op
|
||
|
|
||
|
# warning flags added for GCC >= 4.4
|
||
|
-Wframe-larger-than=16384
|
||
|
-Wpacked-bitfield-compat
|
||
|
-Wsync-nand
|
||
|
|
||
|
# This warning can only be truly addressed using the gcc extension of
|
||
|
# using D to indicate doubles (e.g., 1.23D).
|
||
|
-Wno-unsuffixed-float-constants
|
||
|
|
||
|
# warning flags added for GCC >= 4.6
|
||
|
-Wdouble-promotion
|
||
|
-Wtrampolines
|
||
|
|
||
|
# warning flag added for GCC >= 4.7
|
||
|
-Wstack-usage=8192
|
||
|
|
||
|
# warning flag added for GCC >= 4.8
|
||
|
-Wmaybe-uninitialized
|