dtfile: resolve 19 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-09 16:16:53 +00:00
parent 561d858140
commit 22830f478a
4 changed files with 38 additions and 19 deletions

View File

@@ -5074,7 +5074,7 @@ ShowChangeDirField (
if (w)
{
if((int)client_data == FM_POPUP)
if((intptr_t) client_data == FM_POPUP)
mbar = XtParent(w);
else
mbar = XmGetPostedFromWidget(XtParent(w));