[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.9,1.10
Pawel Kolodziejski
aquadran at users.sourceforge.net
Wed Jul 30 15:56:01 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm bs2.vcproj,1.2,1.3 scumm.vcproj,1.1,1.2 scummvm.vcproj,1.4,1.5 simon.vcproj,1.1,1.2 sky.vcproj,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv19858/common
Modified Files:
stdafx.h
Log Message:
moved turn off warnings into vc7 project files. someone must also update vc6
Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- stdafx.h 30 Jul 2003 22:04:31 -0000 1.9
+++ stdafx.h 30 Jul 2003 22:55:18 -0000 1.10
@@ -35,16 +35,6 @@
#elif defined(WIN32)
-#ifdef _MSC_VER
-# pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
-# pragma warning( disable : 4244 ) // turn off "conversion from 'type1' to 'type2', possible loss of data" warning
-# pragma warning( disable : 4390 ) // turn off "empty controlled statement found" warning
-#endif
-
-#if _MSC_VER > 1000
-#pragma once
-#endif // _MSC_VER > 1000
-
#if !defined(_WIN32_WCE)
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm bs2.vcproj,1.2,1.3 scumm.vcproj,1.1,1.2 scummvm.vcproj,1.4,1.5 simon.vcproj,1.1,1.2 sky.vcproj,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list