pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2542 - trunk/src


From: jave27
Subject: [Pingus-CVS] r2542 - trunk/src
Date: Tue, 6 Dec 2005 02:11:11 +0100

Author: jave27
Date: 2005-12-06 02:11:05 +0100 (Tue, 06 Dec 2005)
New Revision: 2542

Modified:
   trunk/src/pingus_main.cxx
Log:
Disable a dumb deprecation warning on MSVC 2005.

Modified: trunk/src/pingus_main.cxx
===================================================================
--- trunk/src/pingus_main.cxx   2005-12-05 21:52:15 UTC (rev 2541)
+++ trunk/src/pingus_main.cxx   2005-12-06 01:11:05 UTC (rev 2542)
@@ -71,6 +71,11 @@
 #include "worldmap/manager.hxx"
 #include "worldobj_factory.hxx"
 
+#if _MSC_VER >= 1400
+// Disable stupid deprecation warnings
+#pragma warning( disable : 4996 ) 
+#endif
+
 namespace Pingus {
 
 void





reply via email to

[Prev in Thread] Current Thread [Next in Thread]