mirror of
https://github.com/lhearachel/nitrorom.git
synced 2025-06-18 21:45:43 -04:00
build: Do not warn about unused results
This commit is contained in:
parent
f4517bf8c3
commit
a21c285062
@ -7,6 +7,7 @@ project(
|
||||
version: files('.version'),
|
||||
default_options: {
|
||||
'c_std': 'c99',
|
||||
'c_args': '-Wno-unused-result',
|
||||
'buildtype': 'release',
|
||||
'warning_level': '2',
|
||||
'werror': 'true',
|
||||
|
Loading…
Reference in New Issue
Block a user