javauis/m3g_qt/src/jni/interface.inl
branchGCC_SURGE
changeset 40 c6043ea9b06a
parent 21 2a9601315dfc
parent 35 85266cc22c7f
child 55 d93ef1df440d
--- a/javauis/m3g_qt/src/jni/interface.inl	Thu Jun 17 22:39:53 2010 +0100
+++ b/javauis/m3g_qt/src/jni/interface.inl	Fri Jun 18 16:25:31 2010 +0100
@@ -22,7 +22,7 @@
  *
  * Converts M3G errors to exceptions and throws them automatically.
  */
-static void errorHandler(M3Genum errorCode, M3GInterface m3g)
+static void errorHandler(M3Genum errorCode, M3GInterface /*m3g*/)
 {
     CSynchronization::InstanceL()->SetErrorCode(errorCode);
 }