From d8b960be46007f9c09356e526d3c2dcff4b186a5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Oct 2022 13:41:27 -0400 Subject: Add filesystem API --- meson/suppressions/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson/suppressions') diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index 06a0821..2f07e61 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -38,6 +38,7 @@ if is_variable('cc') if host_machine.system() == 'windows' c_suppressions += [ '-Wno-format', + '-Wno-suggest-attribute=const', '-Wno-suggest-attribute=format', '-Wno-suggest-attribute=pure', ] @@ -56,6 +57,7 @@ if is_variable('cc') '/wd4777', # format string and argument mismatch '/wd4800', # implicit conversion to bool '/wd4820', # padding added after construct + '/wd4996', # POSIX name for this item is deprecated '/wd5045', # will insert Spectre mitigation for memory load ] endif -- cgit v1.2.1