mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[meson] Added Wc++-compat to extracflags
This commit is contained in:
parent
fffe7169af
commit
894c7a6653
@ -135,7 +135,7 @@ compiler = meson.get_compiler('c')
|
||||
if conf_data.get('CONFIG_ECMASCRIPT')
|
||||
extracflags = ['-xc++', '-fpermissive', '-Wno-sign-compare']
|
||||
else
|
||||
extracflags = []
|
||||
extracflags = ['-Wc++-compat']
|
||||
endif
|
||||
|
||||
conf_data.set10('HAVE_WCHAR_H', compiler.has_header('wchar.h'))
|
||||
|
Loading…
Reference in New Issue
Block a user