dtdocbook: resolve 49 compiler warnings.
This commit is contained in:
@@ -880,7 +880,7 @@ AliasHelper(curInterp, slaveInterp, masterInterp, masterPtr,
|
||||
|
||||
do {
|
||||
hPtr = Tcl_CreateHashEntry(&(masterPtr->targetTable),
|
||||
(char *) aliasCounter, &new);
|
||||
(char *) (intptr_t) aliasCounter, &new);
|
||||
aliasCounter++;
|
||||
} while (new == 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user