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