summaryrefslogtreecommitdiff
path: root/MSVC_NMake
diff options
context:
space:
mode:
Diffstat (limited to 'MSVC_NMake')
-rw-r--r--MSVC_NMake/gendef/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/MSVC_NMake/gendef/meson.build b/MSVC_NMake/gendef/meson.build
index 3dc9cc25..5dce0ed6 100644
--- a/MSVC_NMake/gendef/meson.build
+++ b/MSVC_NMake/gendef/meson.build
@@ -5,5 +5,5 @@
# Used to generate the .def file required to obtain the import .lib file
if is_msvc
- gendef = executable('gendef', 'gendef.cc', install: false)
+ gendef = executable('gendef', 'gendef.cc', cpp_args: '/wd4828', install: false)
endif