summarylogtreecommitdiffstats
path: root/allow-no-unused-functions.patch
diff options
context:
space:
mode:
authorPatrick Hanft2017-08-29 21:20:20 +0200
committerPatrick Hanft2017-08-29 21:20:20 +0200
commit0a5957fad9210986f4948f9659a9c75de6d24fbb (patch)
treea1d2cb5aee28ec95beb9a329b65e17d872c1697b /allow-no-unused-functions.patch
parent4aca4e374eadbf0078799a46f1247bbb78856dea (diff)
downloadaur-0a5957fad9210986f4948f9659a9c75de6d24fbb.tar.gz
now real bump to 1.5.0 -- not only updated patch, but also version number ;-)
Diffstat (limited to 'allow-no-unused-functions.patch')
-rw-r--r--allow-no-unused-functions.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/allow-no-unused-functions.patch b/allow-no-unused-functions.patch
index 3e6a43107128..9b59d41f553f 100644
--- a/allow-no-unused-functions.patch
+++ b/allow-no-unused-functions.patch
@@ -1,5 +1,5 @@
---- Makefile.am 2017-08-29 21:03:14.128011847 +0200
-+++ Makefile.am.new 2017-08-29 21:06:54.734339955 +0200
+--- Makefile.am 2017-08-29 21:16:38.310124393 +0200
++++ Makefile.am.new 2017-08-29 21:17:49.376684858 +0200
@@ -9 +9 @@ openfortivpn_SOURCES = src/config.c src/
--openfortivpn_CFLAGS = -Wall -Werror --pedantic -std=gnu99
-+openfortivpn_CFLAGS = -Wall -Werror --pedantic -std=gnu99 -Wno-unused-function
+-openfortivpn_CFLAGS = -Wall --pedantic -std=gnu99
++openfortivpn_CFLAGS = -Wall --pedantic -std=gnu99 -Wno-unused-function