]> git.pld-linux.org Git - packages/gtkimageview.git/blobdiff - no-Werror.patch
- don't fail on deprecation warnings with -Werror
[packages/gtkimageview.git] / no-Werror.patch
diff --git a/no-Werror.patch b/no-Werror.patch
new file mode 100644 (file)
index 0000000..9436932
--- /dev/null
@@ -0,0 +1,11 @@
+--- gtkimageview-1.6.4/configure.in~   2009-04-05 22:02:43.000000000 +0200
++++ gtkimageview-1.6.4/configure.in    2015-03-12 21:05:03.189854006 +0100
+@@ -39,7 +39,7 @@
+ ######################################################################
+ ##### Twiddle CFLAGS #################################################
+ ######################################################################
+-CFLAGS="${CFLAGS} -Wall -Werror -std=c99 -Wmissing-prototypes"
++CFLAGS="${CFLAGS} -Wall -std=c99 -Wmissing-prototypes"
+ ######################################################################
This page took 0.070903 seconds and 4 git commands to generate.