mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Removed mentions of Wdeclaration-after-statement now that C99 is requ… (#447)
* Removed mentions of Wdeclaration-after-statement now that C99 is required * Remove -Werror=declaration-after-statement from error-general file. Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
This commit is contained in:
parent
73bb382e9e
commit
44db310d8d
@ -3,7 +3,6 @@
|
||||
# circumstances, so ask the compiler to treat them as errors:
|
||||
#
|
||||
-Werror=bad-function-cast
|
||||
-Werror=declaration-after-statement
|
||||
-Werror=implicit-function-declaration
|
||||
-Werror=missing-declarations
|
||||
-Werror=missing-prototypes
|
||||
|
@ -3,7 +3,6 @@
|
||||
# circumstances, so ask the compiler to treat them as errors:
|
||||
#
|
||||
-Wbad-function-cast
|
||||
-Wdeclaration-after-statement
|
||||
-Wimplicit-function-declaration
|
||||
-Wmissing-declarations
|
||||
-Wmissing-prototypes
|
||||
|
@ -60,7 +60,6 @@ Autotools UNIX warnings added to H5_CFLAGS
|
||||
-Wcast-align
|
||||
-Wcast-qual
|
||||
-Wconversion
|
||||
-Wdeclaration-after-statement
|
||||
-Wdisabled-optimization
|
||||
-Wfloat-equal
|
||||
-Wformat=2
|
||||
@ -291,7 +290,6 @@ IF GNU GCC
|
||||
-Wcast-align
|
||||
-Wcast-qual
|
||||
-Wconversion
|
||||
-Wdeclaration-after-statement
|
||||
-Wdisabled-optimization
|
||||
-Wfloat-equal
|
||||
-Wformat=2
|
||||
|
Loading…
x
Reference in New Issue
Block a user