aboutsummaryrefslogtreecommitdiffstats
path: root/meson
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-21 09:02:23 -0500
committerDavid Robillard <d@drobilla.net>2025-01-21 09:16:18 -0500
commit6a74f3e00786d18835278e29000b3938104c6241 (patch)
tree0653d2bbaf37cd07efe31c944b91a643f579b393 /meson
parentaf40bdc5f8a7ab829cd1f1bee0c89c278ae5116b (diff)
downloadpugl-6a74f3e00786d18835278e29000b3938104c6241.tar.gz
pugl-6a74f3e00786d18835278e29000b3938104c6241.tar.bz2
pugl-6a74f3e00786d18835278e29000b3938104c6241.zip
Fix warnings in clang build on Windows
Diffstat (limited to 'meson')
-rw-r--r--meson/suppressions/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build
index 1e96de2..1f7171a 100644
--- a/meson/suppressions/meson.build
+++ b/meson/suppressions/meson.build
@@ -30,6 +30,7 @@ if cc.get_id() == 'clang'
if host_machine.system() == 'windows'
c_suppressions += [
+ '-Wno-cast-function-type',
'-Wno-deprecated-declarations',
'-Wno-format-nonliteral',
'-Wno-nonportable-system-include-path',