summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/4.8
blob: 05f4d92fa8f7a92ac3a4e5968398c7337000567e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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

# warning flag added for GCC >= 4.5
-Wstrict-overflow=5
# 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 warnings need to be swept up on a branch so
# that we can stop burdening the whole development team.
#
-Wstack-usage=8192

# warning flag added for GCC >= 4.8
-Wmaybe-uninitialized