summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXNotify.c
diff options
context:
space:
mode:
authordas <das>2009-04-10 22:53:47 (GMT)
committerdas <das>2009-04-10 22:53:47 (GMT)
commit1b76d887da9abc5109666f6406b8f8ab2510fea4 (patch)
tree957b59d156717272acece843abde723de6a3cc1b /macosx/tclMacOSXNotify.c
parente80b4afbd9fd9d7fd1753f7e1d899b7dfdb6e6af (diff)
downloadtcl-1b76d887da9abc5109666f6406b8f8ab2510fea4.zip
tcl-1b76d887da9abc5109666f6406b8f8ab2510fea4.tar.gz
tcl-1b76d887da9abc5109666f6406b8f8ab2510fea4.tar.bz2
fix warning
Diffstat (limited to 'macosx/tclMacOSXNotify.c')
-rw-r--r--macosx/tclMacOSXNotify.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c
index 88a4f88..263e1ff 100644
--- a/macosx/tclMacOSXNotify.c
+++ b/macosx/tclMacOSXNotify.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMacOSXNotify.c,v 1.18.2.2 2009/04/10 20:46:21 das Exp $
+ * RCS: @(#) $Id: tclMacOSXNotify.c,v 1.18.2.3 2009/04/10 22:53:47 das Exp $
*/
#include "tclInt.h"
@@ -1358,6 +1358,8 @@ UpdateWaitingListAndServiceEvents(
while (Tcl_ServiceAll() && tsdPtr->waitTime == 0) {}
}
break;
+ default:
+ break;
}
}