mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Use -Wno-sign-compare to make recent GCC happy
This commit is contained in:
parent
030e63f15c
commit
7d06ff212f
2
wscript
2
wscript
@ -136,7 +136,7 @@ def build(bld):
|
|||||||
|
|
||||||
bld.program(
|
bld.program(
|
||||||
source=cc_files,
|
source=cc_files,
|
||||||
cxxflags=['-g', '-O3', '-std=c++11', '-Wall', '-Werror'],
|
cxxflags=['-g', '-O3', '-std=c++11', '-Wall', '-Wno-sign-compare', '-Werror'],
|
||||||
includes=[
|
includes=[
|
||||||
'third_party/',
|
'third_party/',
|
||||||
'third_party/doctest/',
|
'third_party/doctest/',
|
||||||
|
Loading…
Reference in New Issue
Block a user