aboutsummaryrefslogtreecommitdiff
path: root/backends/epoc
diff options
context:
space:
mode:
Diffstat (limited to 'backends/epoc')
-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);