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', '-Wformat=2',
'-Wstack-protector', '-Wstack-protector',
'-Wno-switch-enum', '-Wno-switch-enum',
'-Wno-keyword-macro',
'-Wno-#warnings'] '-Wno-#warnings']
if get_option('buildtype') == 'debug' if get_option('buildtype') == 'debug'
@ -77,6 +78,8 @@ foreach extra_arg : extra_flags
endif endif
endforeach endforeach
################################################################################ ################################################################################
# config.h setup # config.h setup
# #