From 252f3fd5c4132564a21572e7918a4d78d6023ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Mon, 24 Jul 2017 14:59:43 +0200 Subject: [PATCH] Add more warnings to MSVC --- openrct2.common.props | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openrct2.common.props b/openrct2.common.props index 149082ef19..62c9ea97ef 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -50,8 +50,11 @@ - /utf-8 /std:c++latest /permissive- /we4263 /we4265 + /utf-8 /std:c++latest /permissive- /we4263 /we4265 /we4548 /we4549 /we4555 imm32.lib;version.lib;winmm.lib;crypt32.lib;%(AdditionalDependencies)