Towards a new disk-reader ringbuffer
[ardour.git] / libs / fluidsynth / wscript
index 9b6422c341c25b29a16e520f364f698369e2afd9..724e3aaf6c5bc2ceadf5b1d8c28ea2f86f93c6e7 100644 (file)
@@ -65,7 +65,7 @@ def build(bld):
         'src/fluid_synth_monopoly.c',
         'src/fluid_sys.c'
         ],
-        cflags = [ bld.env['compiler_flags_dict']['pic'], '-fvisibility=hidden' ],
+        cflags = [ bld.env['compiler_flags_dict']['pic'], '-fvisibility=hidden', '-std=gnu99', '-Wno-unused-function' ],
         includes = ['.', 'src/' ],
                target = 'libfluidsynth',
                use    = 'libfluidsynth_includes',