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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Jan 6 12:38:04 CET 2008


Revision: 30292
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30292&view=rev
Author:   eriktorbjorn
Date:     2008-01-06 03:38:04 -0800 (Sun, 06 Jan 2008)

Log Message:
-----------
GCC warns about C++ style comments when used in C programs, so don't.

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

Modified: tools/trunk/util.h
===================================================================
--- tools/trunk/util.h	2008-01-06 11:31:04 UTC (rev 30291)
+++ tools/trunk/util.h	2008-01-06 11:38:04 UTC (rev 30292)
@@ -77,8 +77,8 @@
 
 	#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
+	#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