summaryrefslogtreecommitdiff
path: root/example-clients
diff options
context:
space:
mode:
Diffstat (limited to 'example-clients')
-rw-r--r--example-clients/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/example-clients/wscript b/example-clients/wscript
index 341aa4c8..6163d222 100644
--- a/example-clients/wscript
+++ b/example-clients/wscript
@@ -78,6 +78,8 @@ def build(bld):
prog.use += ['RT', 'M']
if bld.env['IS_SUN']:
prog.use += ['M']
+ #prog.cflags = ['-Wno-deprecated-declarations', '-Wno-misleading-indentation']
+ #prog.cxxflags = ['-Wno-deprecated-declarations', '-Wno-misleading-indentation']
prog.target = example_program