From 73d01dd659f82f2c53fd7cedcf0bbb8d47f70ab2 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 20 May 2007 00:01:06 +0000 Subject: Fix all compiler warnings from various build systems. Fix vsnprintf() implementation to properly handle long and long long ints. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5845 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/glut_compatability.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/glut_compatability.cxx') diff --git a/src/glut_compatability.cxx b/src/glut_compatability.cxx index 52bedf12a..8fe7ca900 100644 --- a/src/glut_compatability.cxx +++ b/src/glut_compatability.cxx @@ -106,7 +106,6 @@ int Fl_Glut_Window::handle(int event) { while (button < 0) {mouse(3,GLUT_DOWN,ex,ey); ++button;} while (button > 0) {mouse(4,GLUT_DOWN,ex,ey); --button;} return 1; - break; case FL_RELEASE: for (button = 0; button < 3; button++) if (mouse_down & (1<