From dbc44a2d45153760ee710f4ebcbd09f9ac196fea Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 13 Feb 2015 18:19:58 +0100 Subject: Remove unused variables, fix compiler warnings --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index ce03849..61459f7 100644 --- a/wscript +++ b/wscript @@ -6,6 +6,7 @@ def configure(conf): conf.load ('compiler_c') conf.env.append_unique ('CFLAGS', '-std=gnu99') + conf.env.append_unique ('CFLAGS', '-D_GNU_SOURCE') conf.check_cfg (path='xml2-config', args='--cflags --libs', package='', uselib_store='xml2') conf.check_cc (lib='xml2', header_name='libxml/parser.h', function_name='xmlParseFile', use='xml2') -- cgit v1.2.3