[Scummvm-cvs-logs] SF.net SVN: scummvm: [30239] tools/trunk/util.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jan 5 13:45:34 CET 2008


Revision: 30239
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30239&view=rev
Author:   thebluegr
Date:     2008-01-05 04:45:33 -0800 (Sat, 05 Jan 2008)

Log Message:
-----------
Turned off some MSVC warnings

Modified Paths:
--------------
    tools/trunk/util.h

Modified: tools/trunk/util.h
===================================================================
--- tools/trunk/util.h	2008-01-05 12:45:14 UTC (rev 30238)
+++ tools/trunk/util.h	2008-01-05 12:45:33 UTC (rev 30239)
@@ -76,6 +76,9 @@
 	#define snprintf _snprintf
 
 	#define SCUMM_LITTLE_ENDIAN
+	#pragma once
+	#pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
+	#pragma warning( disable : 4996 ) // turn off warnings about unsafe functions
 
 #elif defined(__MINGW32__)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list