Skip to content

Commit 7035906

Browse files
committed
FIX: Commented variable name to fix the unused warning-error
1 parent aeb87b3 commit 7035906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calculator_simple/src/app_window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void AppWindow::handle_display_update()
189189
* @returns (boolean) Whether this signal should propagate further to other handlers after this.
190190
*/
191191
bool AppWindow::handle_radix_change(
192-
Gtk::ScrollType const & scroll_type
192+
Gtk::ScrollType const & // scroll_type
193193
, double const & radix_new
194194
)
195195
{

0 commit comments

Comments
 (0)