X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=configure.ac;h=7d0cc24698a71827c75b98d41098f6148bebef0d;hb=a126229dff2ee0b20b0c7dace7e523633cc6607e;hp=9959777d98917ffe9b5c1e45697da2321f1ae55c;hpb=96202cda1906be3b698614a6a7977cc5e6407cf6;p=openocd.git diff --git a/configure.ac b/configure.ac index 9959777d98..7d0cc24698 100644 --- a/configure.ac +++ b/configure.ac @@ -806,7 +806,6 @@ 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"