summaryrefslogtreecommitdiffstats
path: root/package/json-c/0001-don-t-threat-warnings-as-errors.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/json-c/0001-don-t-threat-warnings-as-errors.patch')
-rw-r--r--package/json-c/0001-don-t-threat-warnings-as-errors.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/package/json-c/0001-don-t-threat-warnings-as-errors.patch b/package/json-c/0001-don-t-threat-warnings-as-errors.patch
new file mode 100644
index 0000000000..f18bf92526
--- /dev/null
+++ b/package/json-c/0001-don-t-threat-warnings-as-errors.patch
@@ -0,0 +1,21 @@
+From e81a30a35107643323950ef6803eddebecb33344 Mon Sep 17 00:00:00 2001
+From: Sagaert Johan <sagaert.johan@proximus.be>
+Date: Wed, 15 Apr 2015 00:40:46 +0200
+Subject: [PATCH 1/1] don't threat warnings as errors
+
+Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
+---
+ Makefile.am.inc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.am.inc b/Makefile.am.inc
+index fec591b..61db1d2 100644
+--- a/Makefile.am.inc
++++ b/Makefile.am.inc
+@@ -1,2 +1,2 @@
+-AM_CFLAGS = -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
++AM_CFLAGS = -Wall -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
+
+--
+2.3.3
+
OpenPOWER on IntegriCloud