another round of compiler warning fixes
[ardour.git] / libs / plugins / reasonablesynth.lv2 / wscript
index 37a11a42286d73e430106f06346e29e18252d82e..db0bf0af8a371cbe480651fb8e12a3d961cca584 100644 (file)
@@ -15,7 +15,6 @@ def options(opt):
 def configure(conf):
     conf.load('compiler_c')
     autowaf.configure(conf)
-    autowaf.set_c99_mode(conf)
     if Options.options.lv2:
         autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0',
                 uselib_store='LV2_1_0_0')