mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Switching from C gnu89 to C gnu99 standard
This commit is contained in:
parent
59882fb9e1
commit
2f9c9e2c5a
@ -5,7 +5,7 @@ project('glib', 'c', 'cpp',
|
||||
default_options : [
|
||||
'buildtype=debugoptimized',
|
||||
'warning_level=1',
|
||||
'c_std=gnu89'
|
||||
'c_std=gnu99'
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user