[Scummvm-cvs-logs] CVS: scummvm/backends/epoc portdefs.h,1.3,1.4
Lars Persson
anotherguest at users.sourceforge.net
Sun Oct 2 14:09:43 CEST 2005
Update of /cvsroot/scummvm/scummvm/backends/epoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13441/backends/epoc
Modified Files:
portdefs.h
Log Message:
1.Removed warning from symbian portdefs
2.Made thumbnail.cpp compile for VC6 (Symbian Emulator environment). Order of template declaration and includes causing the problems
3.Moved int i declaration from for;loop into local variable
4.Updated stdafx uio.h is not part of the Symbian build chain.
Index: portdefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/epoc/portdefs.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- portdefs.h 20 Sep 2005 18:16:08 -0000 1.3
+++ portdefs.h 30 Sep 2005 21:13:48 -0000 1.4
@@ -48,7 +48,7 @@
#else // WINS
// let's just blatantly ignore this for now and just get it to work :P but does n't work from the debug function
- int inline scumm_snprintf (char *str, unsigned long n, char const *fmt, ...)
+ int inline scumm_snprintf (char *str, unsigned long /*n*/, char const *fmt, ...)
{
va_list args;
va_start(args, fmt);
More information about the Scummvm-git-logs
mailing list