summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 00c46d40071..24aeffe929f 100644
--- a/meson.build
+++ b/meson.build
@@ -2150,7 +2150,6 @@ if cc.get_id() == 'msvc'
# Warnings to disable:
# from /W1:
'/wd4090', # different 'modifier' qualifiers
- '/wd4273', # inconsistent DLL linkage
# from /W2:
'/wd4244', # conversion from 'type1' to 'type2', possible loss of data
# from /W3: