From: RĂ©mi Verschelde Date: Thu, 22 Dec 2016 22:14:08 +0000 (+0100) Subject: Windows: Remove disabled warnings unknown to MinGW X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=a8d3adab262e66f609fa9b0a18d47cf27a0e65f0 Windows: Remove disabled warnings unknown to MinGW --- diff --git a/Source/WinDefs.hpp b/Source/WinDefs.hpp index ab4113b..4f29262 100644 --- a/Source/WinDefs.hpp +++ b/Source/WinDefs.hpp @@ -29,16 +29,6 @@ along with Lugaru. If not, see . // stuff to make Mac code compatable with Windows -// disable warnings about double to float conversions -#pragma warning(disable:4305) -#pragma warning(disable:4244) - -// disable warnings about boolean to int conversions -#pragma warning(disable:4800) - -// disable warning about unreferenced local variables -#pragma warning(disable:4101) - struct Point { short v; short h;