diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-12-09 08:09:44 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-12-09 08:09:51 +0100 |
| commit | 5a7a70b8958b726b92e76b4aedeba4a04b85085f (patch) | |
| tree | 3ba198a31312c7aacd39b693974fd49cfba25941 /FL/Fl_File_Input.H | |
| parent | 4f2febd801eadce214189f119090cbe0bb9c05b1 (diff) | |
Remove compiler warnings about unused parameters (issue #307)
Diffstat (limited to 'FL/Fl_File_Input.H')
| -rw-r--r-- | FL/Fl_File_Input.H | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
