mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
Removes unsuffixed float warnings
These warnings can only be addressed with gnu extensions.
This commit is contained in:
parent
51ab52ad42
commit
a975a8d0eb
@ -9,6 +9,9 @@
|
||||
|
||||
# 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
|
||||
|
@ -5,7 +5,6 @@
|
||||
# the variable is never *used* before it has been initialized?
|
||||
#
|
||||
-Wjump-misses-init
|
||||
-Wunsuffixed-float-constants
|
||||
|
||||
# developer warning flag added for GCC >= 4.6
|
||||
-Wsuggest-attribute=const
|
||||
|
@ -1,6 +1,5 @@
|
||||
# no-developer warning flag added for GCC >= 4.5
|
||||
-Wno-jump-misses-init
|
||||
-Wno-unsuffixed-float-constants
|
||||
|
||||
# no-developer warning flag added for GCC >= 4.6
|
||||
-Wno-suggest-attribute=const
|
||||
|
Loading…
x
Reference in New Issue
Block a user