From 6126a60ac926597df155442867b40f975ff1aeef Mon Sep 17 00:00:00 2001 From: Ted John Date: Wed, 11 Jan 2017 12:27:47 +0000 Subject: [PATCH] Increase warning level Disables various warnings of which there are too many to solve right now. --- openrct2.common.props | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openrct2.common.props b/openrct2.common.props index 56fbfd03fb..f6428f3bdc 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -29,12 +29,11 @@ - 4091;%(DisableSpecificWarnings) - Level3 + 4091;4100;4201;4244;4245;4310;%(DisableSpecificWarnings) + Level4 OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;CURL_STATICLIB;SDL_MAIN_HANDLED;_WINSOCK_DEPRECATED_NO_WARNINGS;ZIP_STATIC;%(PreprocessorDefinitions) MultiThreaded true - 4013 true /utf-8 /std:c++latest