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

@@ -54,9 +54,9 @@ HelpRequestCB(
caddr_t call_data )
{
char *helpVolume, *locationId;
int topic;
intptr_t topic;
topic = (int) client_data;
topic = (intptr_t) client_data;
helpVolume = HELP_VOLUME;
switch (topic)