prevent warnings under sun

This commit is contained in:
dwarning 2008-12-14 17:57:21 +00:00
parent 780eab118b
commit 3e534f1387
2 changed files with 4 additions and 1 deletions

View File

@ -303,4 +303,8 @@ Ipc_Status_t ipc_transport_send_line (str, len)
return IPC_STATUS_OK;
}
#else
int intDummy1;
#endif /* IPC_AEGIS_MAILBOXES */

View File

@ -363,7 +363,6 @@ Ipc_Boolean_t ipc_screen_name(char *name, char *mapped_name)
return(IPC_TRUE);
}
return(IPC_TRUE);
}