mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
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.
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
# (suggestions from gcc, not code problems)
|
|
# NOTE: -Wformat-nonliteral added back in here (from being disabled in
|
|
# H5_CFLAGS)
|
|
-Waggregate-return
|
|
-Wdisabled-optimization
|
|
-Wformat-nonliteral
|
|
-Winline
|
|
-Wmissing-format-attribute
|
|
-Wmissing-noreturn
|
|
-Wswitch-default
|
|
-Wswitch-enum
|
|
-Wunsafe-loop-optimizations
|
|
-Wunused-macros
|