From 5a7a70b8958b726b92e76b4aedeba4a04b85085f Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 9 Dec 2021 08:09:44 +0100 Subject: Remove compiler warnings about unused parameters (issue #307) --- FL/Fl_File_Input.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_File_Input.H') diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index 2c8ce4c2a..256157afb 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -87,7 +87,7 @@ public: \deprecated Will be removed in FLTK 1.5.0 or higher. \todo Remove Fl_File_Input::errorcolor(Fl_Color) in FLTK 1.5.0 or higher. */ - void errorcolor(Fl_Color c) {} + void errorcolor(Fl_Color c) {(void)c;} int value(const char *str); int value(const char *str, int len); -- cgit v1.2.3