dtdocbook: resolve 49 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-06 17:22:50 +00:00
parent 0a0e1eebf5
commit 93f3878b4e
8 changed files with 48 additions and 47 deletions

View File

@@ -671,7 +671,7 @@ Tcl_CreateTimerHandler(milliseconds, proc, clientData)
timerHandlerPtr->proc = proc;
timerHandlerPtr->clientData = clientData;
id++;
timerHandlerPtr->token = (Tcl_TimerToken) id;
timerHandlerPtr->token = (Tcl_TimerToken) (intptr_t) id;
/*
* Add the event to the queue in the correct position