diff options
Diffstat (limited to 'config/gnu-warnings/developer-4.5')
-rw-r--r-- | config/gnu-warnings/developer-4.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/gnu-warnings/developer-4.5 b/config/gnu-warnings/developer-4.5 new file mode 100644 index 0000000..48df846 --- /dev/null +++ b/config/gnu-warnings/developer-4.5 @@ -0,0 +1,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 |