mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[meson] -Wno-sign-compare for C++
This commit is contained in:
parent
8999a19593
commit
31c3613f25
@ -133,7 +133,7 @@ conf_data.set10('HAVE_SYS_TIME_H', 1)
|
||||
compiler = meson.get_compiler('c')
|
||||
|
||||
if conf_data.get('CONFIG_ECMASCRIPT')
|
||||
extracflags = ['-xc++', '-fpermissive']
|
||||
extracflags = ['-xc++', '-fpermissive', '-Wno-sign-compare']
|
||||
else
|
||||
extracflags = []
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user