Switching from C gnu89 to C gnu99 standard

This commit is contained in:
Emmanuel Fleury 2019-08-13 18:34:04 +02:00
parent 59882fb9e1
commit 2f9c9e2c5a

View File

@ -5,7 +5,7 @@ project('glib', 'c', 'cpp',
default_options : [
'buildtype=debugoptimized',
'warning_level=1',
'c_std=gnu89'
'c_std=gnu99'
]
)