summarylogtreecommitdiffstats
path: root/0001-Makefile-noerror.patch
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-12-23 16:15:30 +0100
committerMarcin Wieczorek2017-12-23 16:15:30 +0100
commit3430cbaf43ce8afeb021c3c16a9a9ec76e1d00cb (patch)
treeca88fd1579ed1338f3d1db7899ff2e40ba5e6f91 /0001-Makefile-noerror.patch
parent35d5f314cb2e41efebeea3e0aa34070b7196a703 (diff)
downloadaur-geosteiner.tar.gz
Version 5.1
Diffstat (limited to '0001-Makefile-noerror.patch')
-rw-r--r--0001-Makefile-noerror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0001-Makefile-noerror.patch b/0001-Makefile-noerror.patch
new file mode 100644
index 000000000000..8fa9aa9897c2
--- /dev/null
+++ b/0001-Makefile-noerror.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2017-06-03 16:15:45.242782528 +0200
++++ b/Makefile 2017-06-03 16:16:02.362922046 +0200
+@@ -148,7 +148,7 @@
+
+ dash_I_args = $(LP_CFLAGS) $(GMP_CFLAGS)
+
+-CFLAGS = $(OPTFLAGS) $(DEBUG_FLAGS) $(dash_I_args) -Wall -Werror
++CFLAGS = $(OPTFLAGS) $(DEBUG_FLAGS) $(dash_I_args) -Wall -Wno-unused-but-set-variable
+
+ PROGRAMS = \
+ analyze_ckpt \