804fb2cd33ec91c9a2120c7a91d2fe2fe470afe8
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / json-c / 0001-don-t-threat-warnings-as-errors.patch
1 From 2b4a43a94fb988e344f2d7edc74d6a4a5f64571d Mon Sep 17 00:00:00 2001
2 From: Sagaert Johan <sagaert.johan@proximus.be>
3 Date: Wed, 15 Apr 2015 00:40:46 +0200
4 Subject: [PATCH] don't threat warnings as errors
5
6 Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
7 ---
8  Makefile.am.inc | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/Makefile.am.inc b/Makefile.am.inc
12 index fec591b..5eb461e 100644
13 --- a/Makefile.am.inc
14 +++ b/Makefile.am.inc
15 @@ -1,2 +1,2 @@
16 -AM_CFLAGS = -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
17 +AM_CFLAGS = -Wall -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
18  
19 -- 
20 2.1.0
21