X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWinDefs.hpp;h=4f292621be608aff29da35447dc1723432dda800;hb=b9a46d8e2b7e7e22c706e7dd3734f31015db4408;hp=ab4113b5661df92103830f3a3ed648a1a852da2d;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git 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;