X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=configure.ac;h=7d0cc24698a71827c75b98d41098f6148bebef0d;hb=49cf334e98dc2e6f52d64e594b8067247841b37d;hp=66b07b179c308bce92cd0bb743a34dd6175fa525;hpb=3d61a9593e9f61e37dacff27c5dafc1fd452873d;p=openocd.git diff --git a/configure.ac b/configure.ac index 66b07b179c..7d0cc24698 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + AC_PREREQ([2.69]) AC_INIT([openocd], [0.11.0+dev], [OpenOCD Mailing List ]) @@ -804,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"