the filename prefixes. Update config/gnu-flags to suit. I also made changes to config/cmake/HDFCompilerFlags.cmake, but I'm not sure they're correct.
8 lines
245 B
Groff
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
|