comparison libgui/src/octave-gui.cc @ 18929:3d25cd89fec0

avoid unused parameter warnings * octve-gui.cc (message_handler): Avoid unused parameter warning. * octave-dock-widget.cc (octave_dock_widget::make_widget): Likewise.
author John W. Eaton <jwe@octave.org>
date Wed, 16 Jul 2014 20:02:38 -0400
parents f1b91e3137b9
children
comparison
equal deleted inserted replaced
18928:161ebb78ac1b 18929:3d25cd89fec0
87 }; 87 };
88 88
89 // Disable all Qt messages by default. 89 // Disable all Qt messages by default.
90 90
91 static void 91 static void
92 message_handler (QtMsgType type, const char *msg) 92 message_handler (QtMsgType, const char *)
93 { 93 {
94 } 94 }
95 95
96 // If START_GUI is false, we still set up the QApplication so that we 96 // If START_GUI is false, we still set up the QApplication so that we
97 // can use Qt widgets for plot windows. 97 // can use Qt widgets for plot windows.