build: require C11
I'd really like to use anonymous unions/structs. Supposedly even MSVC supports it now. Let's try and see. Signed-off-by: Ran Benita <ran@unusedvar.com>master
parent
1c0e28ad26
commit
90e2d5ee76
|
@ -3,7 +3,7 @@ project(
|
|||
'c',
|
||||
version: '1.1.0',
|
||||
default_options: [
|
||||
'c_std=c99',
|
||||
'c_std=c11',
|
||||
'warning_level=2',
|
||||
'b_lundef=true',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue