hdf5/config/gnu-warnings/4.8
Allen Byrne edb1324a3a
Warnings merge 112 (#299)
* OESS-98 fix tools test for plugins

* sync fork

* Merge of changes from dev

* Move problem option to bottom of the list until fixed

* HDFFV-11106 - fix parsing optional args

* HDFFV-11106 add note

* grammer fix

* Whitespace after clang formatting

* Undo format version 11 changes

* Update check to working version

* Merge workflow and minor changes from develop

* Merge dev warnings changes from develop
2021-02-04 08:18:09 -06:00

30 lines
687 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
# This warning can only be truly addressed using the gcc extension of
# using D to indicate doubles (e.g., 1.23D).
-Wno-unsuffixed-float-constants
# 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