aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-12-17 13:05:43 -0500
committerDavid Robillard <d@drobilla.net>2021-12-17 13:05:43 -0500
commitb953b87ad473c7a4480df6b2bcbed68b13c8c663 (patch)
tree4b2ce682679286e98efd399aec6115a82ce3fc76 /meson.build
parent57342f580b15948aa5be35701f9742a25ca9493d (diff)
downloadpugl-b953b87ad473c7a4480df6b2bcbed68b13c8c663.tar.gz
pugl-b953b87ad473c7a4480df6b2bcbed68b13c8c663.tar.bz2
pugl-b953b87ad473c7a4480df6b2bcbed68b13c8c663.zip
Suppress new warnings in clang-tidy 13
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a74f9f7..892944b 100644
--- a/meson.build
+++ b/meson.build
@@ -42,6 +42,7 @@ if get_option('strict')
'-Wno-documentation-unknown-command', # Cairo
'-Wno-padded',
'-Wno-reserved-id-macro',
+ '-Wno-reserved-identifier', # Cairo, FD_ZERO
'-Wno-switch-default',
'-Wno-switch-enum',
]