diff options
Diffstat (limited to 'config/gnu-warnings')
-rw-r--r-- | config/gnu-warnings/error-general | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/gnu-warnings/error-general b/config/gnu-warnings/error-general index f0e61f8..4b822a5 100644 --- a/config/gnu-warnings/error-general +++ b/config/gnu-warnings/error-general @@ -12,12 +12,15 @@ -Werror=packed -Werror=pointer-sign -Werror=pointer-to-int-cast --Werror=redundant-decls -Werror=strict-prototypes -Werror=switch # #-Werror=discarded-qualifiers # +# NOTE: hl/src/H5LTparse.c file is not compatible with these warnings as errors +# -Werror=redundant-decls +# +-Wredundant-decls # # NOTE: File Driver files are not compatible with these warnings as errors # H5FDdirect.c,H5FDmpio.c,H5FDros3.c, |