aboutsummaryrefslogtreecommitdiffstats
path: root/meson
diff options
context:
space:
mode:
Diffstat (limited to 'meson')
-rw-r--r--meson/suppressions/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build
index 8e825cac..a2b8d415 100644
--- a/meson/suppressions/meson.build
+++ b/meson/suppressions/meson.build
@@ -83,6 +83,8 @@ if is_variable('cc')
if warning_level == 'everything'
c_suppressions += [
'/wd4061', # enumerator in switch is not explicitly handled
+ '/wd4114', # same type qualifier used more than once
+ '/wd4305', # truncation to smaller type
'/wd4514', # unreferenced inline function has been removed
'/wd4710', # function not inlined
'/wd4711', # function selected for automatic inline expansion