aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/cc/msvc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt
index 273f1c5c0..df8d94671 100644
--- a/src/build-data/cc/msvc.txt
+++ b/src/build-data/cc/msvc.txt
@@ -12,9 +12,9 @@ no_debug_flags "/O2"
debug_flags "/Od /Zi /DDEBUG"
check_opt_flags "/O2 /D_CONSOLE"
lang_flags "/EHsc /GR"
-warning_flags "/W3 /wd4275"
+warning_flags "/W3"
-shared_flags "/DBOTAN_DLL=__declspec(dllexport)"
+shared_flags "/DBOTAN_DLL=__declspec(dllexport) /wd4275"
dll_import_flags "__declspec(dllimport)"
ar_command lib