aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorLars Persson2005-09-30 21:13:49 +0000
committerLars Persson2005-09-30 21:13:49 +0000
commit7dc6b6adbdd127b72d605eb1b8b75a34da59bddf (patch)
tree07b575647c4e68ee4b2bbf6aea11d5129b248d8c /backends
parent654ab46cf1aef64e756412751b907725f3a0076e (diff)
downloadscummvm-rg350-7dc6b6adbdd127b72d605eb1b8b75a34da59bddf.tar.gz
scummvm-rg350-7dc6b6adbdd127b72d605eb1b8b75a34da59bddf.tar.bz2
scummvm-rg350-7dc6b6adbdd127b72d605eb1b8b75a34da59bddf.zip
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. svn-id: r18909
Diffstat (limited to 'backends')
-rw-r--r--backends/epoc/portdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/epoc/portdefs.h b/backends/epoc/portdefs.h
index 6a475019bf..2349adf865 100644
--- a/backends/epoc/portdefs.h
+++ b/backends/epoc/portdefs.h
@@ -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);