Browse Source

Small compiler warning fix

mingodad 7 years ago
parent
commit
48362a0e1c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SquiLu/sq/sq.c

+ 1 - 0
SquiLu/sq/sq.c

@@ -58,6 +58,7 @@ void errorfunc(HSQUIRRELVM v,const SQChar *s,...)
 	va_start(vl, s);
 	scvprintf(stderr, s, vl);
 	va_end(vl);
+	(void)v; /* UNUSED */
 }
 
 void PrintVersionInfos()