Created
September 10, 2015 05:17
-
-
Save oglops/00e796e90e3b07d4f72e to your computer and use it in GitHub Desktop.
remove -Werror from ZBar configure.ac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- configure.ac 2015-09-10 13:08:44.918431422 +0800 | |
+++ configure.new.ac 2015-09-10 13:14:32.289924618 +0800 | |
@@ -3,7 +3,7 @@ | |
AC_INIT([zbar], [0.10], [[email protected]]) | |
AC_CONFIG_AUX_DIR(config) | |
AC_CONFIG_MACRO_DIR(config) | |
-AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects std-options dist-bzip2]) | |
+AM_INIT_AUTOMAKE([1.10 -Wall foreign subdir-objects std-options dist-bzip2]) | |
AC_CONFIG_HEADERS([include/config.h]) | |
AC_CONFIG_SRCDIR(zbar/scanner.c) | |
LT_PREREQ([2.2]) | |
@@ -47,7 +47,7 @@ | |
[Library revision]) | |
AM_CPPFLAGS="-I$srcdir/include" | |
-AM_CFLAGS="-Wall -Wno-parentheses -Werror" | |
+AM_CFLAGS="-Wall -Wno-parentheses" | |
AM_CXXFLAGS="$AM_CFLAGS" | |
AC_SUBST([AM_CPPFLAGS]) | |
AC_SUBST([AM_CFLAGS]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment