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:
Robbert van der Helm
2022-09-05 16:22:36 +02:00
parent 6098ebc778
commit 9cea175f2a
6 changed files with 5 additions and 30 deletions
+1 -3
View File
@@ -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'))