Files
hdf5/config/gnu-warnings/4.8
David Young 5050218f74 Move the GNU warnings configuration under config/gnu-warnings/ and trim
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.
2020-05-20 09:31:56 -05:00

26 lines
539 B
Groff

# warning flags added for GCC >= 4.3
-Wlarger-than=2560
-Wlogical-op
# warning flags added for GCC >= 4.4
-Wframe-larger-than=16384
-Wpacked-bitfield-compat
-Wsync-nand
# warning flag added for GCC >= 4.5
-Wstrict-overflow=5
# warning flags added for GCC >= 4.6
-Wdouble-promotion
-Wtrampolines
# warning flag added for GCC >= 4.7
#
# -Wstack-usage=8192 warnings need to be swept up on a branch so
# that we can stop burdening the whole development team.
#
-Wstack-usage=8192
# warning flag added for GCC >= 4.8
-Wmaybe-uninitialized