drivers/ulink: Group adapter commands
[fw/openocd] / configure.ac
index 2a455fa555fb4a8d58bd3eef6c019ac2cb425ec7..bd2e5c4f9178bd4531f87be3d41bcef1c64ca1ae 100644 (file)
@@ -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"