mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Globally ignore attribute warnings on Wine side
These started happening after Wine 5.12, and it doesn't look like it's going to change.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
project('clap', 'cpp', version : '1.1.1')
|
||||
|
||||
# Without the `is_system` we'd get warnings about `CLAP_EXPORT` on `clap_entry`
|
||||
# not doing anything.
|
||||
clap_dep = declare_dependency(include_directories : include_directories('include', is_system : true))
|
||||
clap_dep = declare_dependency(include_directories : include_directories('include'))
|
||||
|
||||
Reference in New Issue
Block a user