summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-10-11 23:18:49 +0200
committerGravatar Nikias Bassen2019-10-11 23:18:49 +0200
commit2805c31c3c1427cb6535982b244e9bfeb28e9221 (patch)
tree99a45cc4e91dd40c9016dde2fe193228c6c627de /configure.ac
parentbd85a1bd5a8dd8cce74a9235011f866402a23c59 (diff)
downloadidevicerestore-2805c31c3c1427cb6535982b244e9bfeb28e9221.tar.gz
idevicerestore-2805c31c3c1427cb6535982b244e9bfeb28e9221.tar.bz2
Explicitly suppress multichar compiler warning
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 73c3efd..e5fb611 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ PKG_CHECK_MODULES(libcurl, libcurl >= $LIBCURL_VERSION)
PKG_CHECK_MODULES(openssl, openssl >= $OPENSSL_VERSION)
PKG_CHECK_MODULES(zlib, zlib)
-GLOBAL_CFLAGS=""
+GLOBAL_CFLAGS="-Wno-multichar "
AC_LDADD=""
AC_LDFLAGS=""
AC_MSG_CHECKING([whether we need platform-specific build settings])