summaryrefslogtreecommitdiff
path: root/example-clients
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-11-13 23:01:23 +0100
committerfalkTX <falktx@gmail.com>2018-11-13 23:01:23 +0100
commit7dfdbe133ad8663222f3a980b286b76366d4b81d (patch)
treec2429d5dd72ba5d6acb040df05c6da4ccf59443b /example-clients
parent294115922e8a35421d0bb5d79b7e1e8589f29e1b (diff)
downloadjack2-7dfdbe133ad8663222f3a980b286b76366d4b81d.tar.gz
Cleanup some warnings
Signed-off-by: falkTX <falktx@gmail.com>
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