From b9dafe7d9ffcbe7928ffbfba816b54e196c57664 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Wed, 5 Sep 2018 15:08:58 +0200 Subject: Fix remaining compiler warnings (MSVC). Move disabling of specific warnings from /nowarn to project file. --- build_msvc/common.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build_msvc/common.vcxproj') diff --git a/build_msvc/common.vcxproj b/build_msvc/common.vcxproj index 5c87026efe..c7c20622e4 100644 --- a/build_msvc/common.vcxproj +++ b/build_msvc/common.vcxproj @@ -15,6 +15,8 @@ /utf-8 %(AdditionalOptions) + 4018;4244;4267;4715;4805; + true - \ No newline at end of file + -- cgit v1.2.3