summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-05-05 14:36:58 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-05-05 14:36:58 +0000
commit22b14999047bf48c2877ac085dc6f97c05d20918 (patch)
treea2d68e76d0e58dff731fb1b40867fc6778bc2136 /src/Fl.cxx
parent48c8932fd57707ac26e46eb48450584fac14bf98 (diff)
STR #1152: Fixed Cygwin compiler warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5085 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx2
1 files changed, 2 insertions, 0 deletions
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: