From 6c76addf3d16d681ee9ec1fcd06ad9bee24c2565 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 16 Apr 2020 08:20:44 -0500 Subject: TRILAB-192 - parser files cannot handle this warning --- config/gnu-warnings/error-general | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, -- cgit v0.12