Files
hdf5/config/gnu-warnings/developer-4.5
2020-03-30 09:28:05 -05:00

8 lines
245 B
Groff

#
# -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