OSDN Git Service

[dennco] alpha 2.0. wrap up
[dennco/dennco.git] / Source / layer1 / platform / qt / QtTKConsole.cpp
index 60afa78..81d6c89 100644 (file)
@@ -33,5 +33,7 @@ void TKConsole::vDebugPrintf(const char *fmt, va_list ap)
 #ifdef DEBUG
     QString msg = QString().vsprintf(fmt,ap);
     qDebug() << "DEBUG:" << msg << endl;
+#else
+    (void)fmt; (void)ap;
 #endif
 }