c: Increase the compiler warning level to 3

This commit is contained in:
2021-11-14 09:11:35 +01:00
parent 44a0466553
commit ad0627b9c1

View File

@ -4,6 +4,8 @@ project(
default_options: ['warning_level=1', 'werror=true'], default_options: ['warning_level=1', 'werror=true'],
version : '0.1') version : '0.1')
warning_level = 3
PHOGEN_WORD_LIST = files('data/words_alpha.txt.backup') PHOGEN_WORD_LIST = files('data/words_alpha.txt.backup')
subdir('c') subdir('c')