meson.build: cosmetic
Fix whitespace, avoid a warning with clang
This commit is contained in:
@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user