mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +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.
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
#
|
|
# Careful! -Wduplicated-cond, combined with HDF5's heavy use of
|
|
# macros, can make a lot of noise.
|
|
#
|
|
-Wduplicated-cond
|
|
-Whsa
|
|
-Wnormalized
|
|
-Wnull-dereference
|
|
-Wunused-const-variable
|