diff options
Diffstat (limited to 'generic/tclEvent.c')
| -rw-r--r-- | generic/tclEvent.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c index 52cd351..cb2e529 100644 --- a/generic/tclEvent.c +++ b/generic/tclEvent.c @@ -1618,6 +1618,12 @@ Tcl_CreateThread( } return result; #else + (void)idPtr; + (void)proc; + (void)clientData; + (void)stackSize; + (void)flags; + return TCL_ERROR; #endif /* TCL_THREADS */ } |
