mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-23 11:39:45 +00: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 New Issue
Block a user