summaryrefslogtreecommitdiff
blob: 8ff1c1f60e49e44b9a326b1ff63e1e76352731c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur a-libiscsi-1.9.0/configure.ac libiscsi-1.9.0/configure.ac
--- a-libiscsi-1.9.0/configure.ac	2013-02-24 18:09:02.000000000 +0100
+++ libiscsi-1.9.0/configure.ac	2013-05-23 18:07:45.946318096 +0200
@@ -12,7 +12,7 @@
                [expr "$host_os" : linux > /dev/null 2>&1])
 
 if test "$ac_cv_prog_gcc" = yes; then
-   WARN_CFLAGS="-Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Werror -Wno-strict-aliasing"
+   WARN_CFLAGS="-Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Wno-strict-aliasing"
 fi
 AC_SUBST(WARN_CFLAGS)