aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mdbtools/10-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mdbtools/10-Werror.patch')
-rw-r--r--testing/mdbtools/10-Werror.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/mdbtools/10-Werror.patch b/testing/mdbtools/10-Werror.patch
deleted file mode 100644
index 65c8f72c2ed..00000000000
--- a/testing/mdbtools/10-Werror.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Author: Holger Jaekel <holger.jaekel@gmx.de>
-Summary: treat compiler warnings as warnings, not errors
-----
---- a/configure.ac
-+++ b/configure.ac
-@@ -87,7 +87,7 @@
- AC_SUBST(SQL)
- AC_SUBST(LFLAGS)
-
--CFLAGS="$CFLAGS -Wall -Werror"
-+CFLAGS="$CFLAGS -Wall"
- AS_CASE([$host],
- [*mingw*|*cygwin*], [LDFLAGS="$LDFLAGS -no-undefined"], [])
- AS_CASE([$host],