X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=configure.ac;h=bd2e5c4f9178bd4531f87be3d41bcef1c64ca1ae;hb=3e8ca67d1f9309d6f7860bdb6e9ad80d60f3ae6e;hp=2a455fa555fb4a8d58bd3eef6c019ac2cb425ec7;hpb=909d45e35c4d189a0424744a9ecf65227811b019;p=openocd.git diff --git a/configure.ac b/configure.ac index 2a455fa555..bd2e5c4f91 100644 --- a/configure.ac +++ b/configure.ac @@ -758,6 +758,7 @@ AS_IF([test "x${gcc_wextra}" = "xyes"], [ GCC_WARNINGS="${GCC_WARNINGS} -Wredundant-decls" GCC_WARNINGS="${GCC_WARNINGS} -Wpointer-arith" GCC_WARNINGS="${GCC_WARNINGS} -Wundef" + GCC_WARNINGS="${GCC_WARNINGS} -Wno-error=deprecated-declarations" ]) AS_IF([test "x${gcc_werror}" = "xyes"], [ GCC_WARNINGS="${GCC_WARNINGS} -Werror"