diff options
Diffstat (limited to 'meson')
-rw-r--r-- | meson/suppressions/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index df94bcf..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', @@ -137,6 +138,7 @@ if is_variable('cpp') cpp_suppressions += [ '-Wno-inline', '-Wno-padded', + '-Wno-suggest-attribute=pure', ] if host_machine.system() == 'windows' |