diff libgui/src/octave-gui.cc @ 19648:4c3ea57905fd gui-release

eliminate unused variable warnings in libgui * octave-dock-widget.cc, octave-gui.cc: Eliminate unsed variable warnings.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Jan 2015 14:33:55 -0500
parents fe689210525c
children 2f4406e9dad6
line wrap: on
line diff
--- a/libgui/src/octave-gui.cc	Thu Jan 22 21:38:12 2015 +0100
+++ b/libgui/src/octave-gui.cc	Fri Jan 23 14:33:55 2015 -0500
@@ -89,7 +89,7 @@
 // Disable all Qt messages by default.
 
 static void
-message_handler (QtMsgType type, const char *msg)
+message_handler (QtMsgType, const char *)
 {
 }