From 22b14999047bf48c2877ac085dc6f97c05d20918 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 5 May 2006 14:36:58 +0000 Subject: STR #1152: Fixed Cygwin compiler warnings git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5085 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index 72ea71414..60be2bd98 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -270,7 +270,9 @@ static void run_checks() } #endif // !__APPLE__ +#ifndef WIN32 static char in_idle; +#endif //////////////////////////////////////////////////////////////// // wait/run/check/ready: -- cgit v1.2.3