From d8c288df3e51f156e9900313ec33b3d4c8ae3f84 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 20 May 2007 16:18:31 +0000 Subject: Fix compiler warnings/errors. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5848 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Tooltip.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Fl_Tooltip.cxx') diff --git a/src/Fl_Tooltip.cxx b/src/Fl_Tooltip.cxx index 0eb407158..bf100bd9c 100644 --- a/src/Fl_Tooltip.cxx +++ b/src/Fl_Tooltip.cxx @@ -206,6 +206,9 @@ Fl_Tooltip::exit_(Fl_Widget *w) { void Fl_Tooltip::enter_area(Fl_Widget* wid, int x,int y,int w,int h, const char* t) { + (void)x; + (void)w; + #ifdef DEBUG printf("Fl_Tooltip::enter_area(wid=%p, x=%d, y=%d, w=%d, h=%d, t=\"%s\")\n", wid, x, y, w, h, t ? t : "(null)"); -- cgit v1.2.3