summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/developer-general
blob: 79ecd6a054b0b4aaa1cd60e6b2e87e7d9c826e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# (suggestions from gcc, not code problems)
-Waggregate-return
-Wdisabled-optimization
-Wmissing-format-attribute
-Wmissing-noreturn
-Wswitch-default
-Wswitch-enum
-Wunsafe-loop-optimizations
-Wunused-macros
# -Winline warnings aren't included here because, for at least
# GNU compilers, this flag appears to conflict specifically with
# the -Og optimization level flag added for Debug and Developer
# builds and will produce warnings about functions not being
# considered for inlining. The flag will be added to the list
# of compiler flags separately if developer warnings are enabled
# and the build type is not Debug or Developer
#-Winline