From 34f0652dfc2dc6a9d983f3c93718aa278db67695 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 5 Feb 2001 04:39:42 +0000 Subject: Patch from John to make GTK+ version build on Win32. Modified by me to avoid pointless warnings and print error message if try to build with Borland C++. --- include/Platform.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index c951b5533..3e650f4e6 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -35,6 +35,9 @@ // Include the main header for each platform #if PLAT_GTK +#ifdef _MSC_VER +#pragma warning(disable: 4505 4514 4710 4800) +#endif #include #include #endif -- cgit v1.2.3