meson.build: cosmetic

Fix whitespace, avoid a warning with clang
This commit is contained in:
Dirk-Jan C. Binnema
2022-09-28 19:13:24 +03:00
parent 44d3cefbf7
commit c8898c8c13

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'
@ -77,6 +78,8 @@ foreach extra_arg : extra_flags
endif
endforeach
################################################################################
# config.h setup
#