aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build1
-rw-r--r--meson/suppressions/meson.build1
2 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 63f14bb..62c1c70 100644
--- a/meson.build
+++ b/meson.build
@@ -81,7 +81,6 @@ if host_machine.system() == 'darwin'
elif host_machine.system() == 'windows'
if cc.get_id() == 'msvc'
msvc_args = [
- '/TP',
'/experimental:external',
'/external:W0',
'/external:anglebrackets',
diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build
index a6e6f43..82d7fe6 100644
--- a/meson/suppressions/meson.build
+++ b/meson/suppressions/meson.build
@@ -56,6 +56,7 @@ elif cc.get_id() == 'gcc'
elif cc.get_id() == 'msvc'
c_suppressions += [
'/wd4061', # enumerator in switch is not explicitly handled
+ '/wd4090', # different const qualitifers
'/wd4191', # unsafe conversion from type to type
'/wd4514', # unreferenced inline function has been removed
'/wd4706', # assignment within conditional expression