OSDN Git Service

[dennco] re-working the doTick process flow. The work is still in progress.
[dennco/dennco.git] / Source / layer1 / platform / qt / QtTKConsole.cpp
index 364af26..60afa78 100644 (file)
@@ -23,7 +23,7 @@
 
 void TKConsole::vprintf(TKLog::MessageType type, const char *fmt, va_list ap)
 {
-    (type);
+    (void)type;
     QString msg = QString().vsprintf(fmt,ap);
     qDebug() << msg << endl;
 }