From c0782cc4eec3e86498a2241eefa571447f747d6d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jan 2018 21:22:51 +0100 Subject: Explicitly set language version --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index f6f4773..d47c71a 100644 --- a/wscript +++ b/wscript @@ -25,6 +25,7 @@ def configure(conf): conf.load('compiler_c', cache=True) conf.load('lv2', cache=True) conf.load('autowaf', cache=True) + autowaf.set_c_lang(conf, 'c99') autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') -- cgit v1.2.1