diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-02-13 18:19:58 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-02 21:36:45 +0200 |
commit | dbc44a2d45153760ee710f4ebcbd09f9ac196fea (patch) | |
tree | 519ce5e7ddd697c8102a83ce3bb2a32886dccc5f /wscript | |
parent | 6527e433b6856995a356e0fc0dfa5ef7816bb60f (diff) | |
download | pucket-dbc44a2d45153760ee710f4ebcbd09f9ac196fea.tar.gz pucket-dbc44a2d45153760ee710f4ebcbd09f9ac196fea.tar.bz2 pucket-dbc44a2d45153760ee710f4ebcbd09f9ac196fea.zip |
Remove unused variables, fix compiler warnings
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |