From d060fdd24d75d6a8fc0e34618e91ee3af0c7e12d Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Sun, 17 Nov 2013 20:16:09 -0600 Subject: [PATCH] tidying things up a bit --- src/bindings/php/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/php/SConscript b/src/bindings/php/SConscript index 0789332f..17f146e5 100644 --- a/src/bindings/php/SConscript +++ b/src/bindings/php/SConscript @@ -4,7 +4,7 @@ Import('env') phpenv = env.Clone() phpenv.Append(CPPPATH = ['../../', '/usr/include/php5', '/usr/include/php5/main', '/usr/include/php5/Zend', '/usr/include/php5/TSRM']) -phpenv.Append(CCFLAGS = ['-fpic', '-DSWIG', '-Wno-all', '-Wno-extra', '-Wno-error']) #'-Wno-unused-variable', '-Wno-unused-label', '-Wno-unused-function', '-Wno-missing-field-initializers', '-Wno-sign-compare']) +phpenv.Append(CCFLAGS = ['-fpic', '-DSWIG', '-Wno-all', '-Wno-extra', '-Wno-error']) phpenv.Append(SWIGFLAGS = ['-DHAMMER_INTERNAL__NO_STDARG_H', '-Isrc/', '-php']) phpenv.Command("hammer.i", "../swig/hammer.i", Copy("$TARGET", "$SOURCE")) -- GitLab