aboutsummaryrefslogtreecommitdiffstats
path: root/testing/usbip-utils/fix-ppc64le-disable-werror.patch
blob: 90c2ccd008e331e2359c22dd4de0841e6a4ffc34 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 # Silent build for automake >= 1.11
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
-AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -std=gnu99"])
+AC_SUBST([EXTRA_CFLAGS], ["-Wall -Wextra -std=gnu99"])
 
 # Checks for programs.
 AC_PROG_CC