1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-24 00:56:14 +00:00

[meson] Added Wc++-compat to extracflags

This commit is contained in:
Witold Filipczyk 2022-01-23 18:54:18 +01:00
parent fffe7169af
commit 894c7a6653

View File

@ -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'))