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_Graphics_Driver.H | |
| parent | 4f2febd801eadce214189f119090cbe0bb9c05b1 (diff) | |
Remove compiler warnings about unused parameters (issue #307)
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 5d03e2c43..480b3c995 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -373,7 +373,7 @@ public: virtual void overlay_rect(int x, int y, int w , int h); virtual float override_scale(); virtual void restore_scale(float); - virtual PangoFontDescription* pango_font_description(Fl_Font fnum) { return NULL; } + virtual PangoFontDescription* pango_font_description(Fl_Font) { return NULL; } virtual void antialias(int state); virtual int antialias(); }; |
