summaryrefslogtreecommitdiffstats
path: root/config/intel-warnings/developer-general
blob: 861218eecb9208c357c50d2c335df34ddbb0098f (plain)
1
2
3
4
5
6
7
8
9
10
11
-Wreorder
-Wport
-Wstrict-aliasing
# -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