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_Image.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Image.H') diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 4a2025a92..e7cec916b 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -75,7 +75,7 @@ private: Fl_Image & operator=(const Fl_Image &); Fl_Image(const Fl_Image &); // Presently redefined in Fl_SVG_Image - virtual void cache_size_(int &width, int &height) {} + virtual void cache_size_(int &/*width*/, int &/*height*/) {} protected: -- cgit v1.2.3