c: Increase the compiler warning level to 3
This commit is contained in:
@ -4,6 +4,8 @@ project(
|
||||
default_options: ['warning_level=1', 'werror=true'],
|
||||
version : '0.1')
|
||||
|
||||
warning_level = 3
|
||||
|
||||
PHOGEN_WORD_LIST = files('data/words_alpha.txt.backup')
|
||||
|
||||
subdir('c')
|
||||
|
||||
Reference in New Issue
Block a user