summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/developer-4.5
blob: 48df8469dc52ef532f8162fb4487b103d80c7cce (plain)
1
2
3
4
5
6
7
#
# -Wjump-misses-init makes lots of noise for a questionable benefit.
# Can jumping over an initialization in C cause any harm, if
# the variable is never *used* before it has been initialized?
#
-Wjump-misses-init
-Wunsuffixed-float-constants