mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
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 a new issue