dtstyle: resolve 30 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-05 16:07:49 +00:00
parent 2863b839e5
commit 466b8d0df5
15 changed files with 72 additions and 31 deletions

View File

@@ -253,7 +253,7 @@ WorkspaceStartupTimer(
XtIntervalId *id)
{
Atom aWS;
int count = (int) client_data;
intptr_t count = (intptr_t) client_data;
if (DtWsmGetCurrentWorkspace (style.display, style.root, &aWS)
== Success)