Ignore unused-result warnings
This commit is contained in:
parent
4d4737339e
commit
827e3a0be4
|
@ -111,6 +111,9 @@ filter({"platforms:Linux", "language:C++", "toolset:gcc"})
|
|||
})
|
||||
links({
|
||||
})
|
||||
disablewarnings({
|
||||
"unused-result"
|
||||
})
|
||||
|
||||
filter({"platforms:Linux", "toolset:gcc"})
|
||||
if ARCH == "ppc64" then
|
||||
|
|
Loading…
Reference in New Issue