summaryrefslogtreecommitdiff
path: root/FL/Fl_Image.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-12-09 08:09:44 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-12-09 08:09:51 +0100
commit5a7a70b8958b726b92e76b4aedeba4a04b85085f (patch)
tree3ba198a31312c7aacd39b693974fd49cfba25941 /FL/Fl_Image.H
parent4f2febd801eadce214189f119090cbe0bb9c05b1 (diff)
Remove compiler warnings about unused parameters (issue #307)
Diffstat (limited to 'FL/Fl_Image.H')
-rw-r--r--FL/Fl_Image.H2
1 files changed, 1 insertions, 1 deletions
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: