mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-10 17:13:36 +00:00
Disable "deprecated-register" warning
This commit is contained in:
parent
02e37be4e5
commit
bef9cbf252
1 changed files with 3 additions and 0 deletions
|
|
@ -105,6 +105,9 @@ filter("platforms:Linux")
|
|||
linkoptions({
|
||||
"`pkg-config --libs gtk+-3.0`",
|
||||
})
|
||||
disablewarnings({
|
||||
"deprecated-register"
|
||||
})
|
||||
|
||||
filter({"platforms:Linux", "kind:*App"})
|
||||
linkgroups("On")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue