mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
2f09d8f3c8
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
385 B
Plaintext
10 lines
385 B
Plaintext
-Werror=cast-function-type
|
|
#
|
|
# For GCC 8, promote maybe-initialized warnings to an error. GCC 8
|
|
# reports 0 maybe-uninitialized warnings where earlier versions
|
|
# make many false reports. GCC 8 seems to analyze calls to static
|
|
# in order to detect initializations that occur there. It's possible
|
|
# that GCC 8 only performs that analysis at -O3, though.
|
|
#
|
|
-Werror=maybe-uninitialized
|