mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Ignore unused-result warnings
This commit is contained in:
parent
4d4737339e
commit
827e3a0be4
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue