[igt-dev] [PATCH i-g-t 2/4] build: bump c std to gnu11
Lucas De Marchi
lucas.demarchi at intel.com
Wed Jun 6 22:27:39 UTC 2018
It's been a long time and all reasonable toolchains support gnu11
already.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index cd736d8e..7fbe7a78 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('igt-gpu-tools', 'c',
version : '1.22',
default_options: [
'warning_level=2',
- 'c_std=gnu99',
+ 'c_std=gnu11',
],
license : 'MIT',
meson_version : '>0.40.0')
--
2.17.1
More information about the igt-dev
mailing list