using c17

This commit is contained in:
Maxim Devaev
2022-06-07 04:48:28 +03:00
parent 217d146378
commit ec10a9e3fe
5 changed files with 6 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ whitelist_externals = cppcheck
commands = cppcheck \
-j4 \
--force \
--std=c11 \
--std=c17 \
--error-exitcode=1 \
--quiet \
--enable=warning,unusedFunction,portability,performance,style \