build: reduce compiler warnings on clang

This commit is contained in:
Dirk-Jan C. Binnema 2022-11-12 08:18:10 +02:00
parent 6fdad71cfe
commit 7a00a519cb
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ extra_flags = [
'-Wformat=2',
'-Wstack-protector',
'-Wno-switch-enum',
'-Wno-keyword-macro',
'-Wno-#warnings']
if get_option('buildtype') == 'debug'