From 3e534f1387e02b5380201f3bc29ea899235799de Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 14 Dec 2008 17:57:21 +0000 Subject: [PATCH] prevent warnings under sun --- src/xspice/ipc/ipcaegis.c | 4 ++++ src/xspice/ipc/ipctiein.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xspice/ipc/ipcaegis.c b/src/xspice/ipc/ipcaegis.c index c8f69fa17..da29d4bb3 100755 --- a/src/xspice/ipc/ipcaegis.c +++ b/src/xspice/ipc/ipcaegis.c @@ -303,4 +303,8 @@ Ipc_Status_t ipc_transport_send_line (str, len) return IPC_STATUS_OK; } +#else + +int intDummy1; + #endif /* IPC_AEGIS_MAILBOXES */ diff --git a/src/xspice/ipc/ipctiein.c b/src/xspice/ipc/ipctiein.c index 3353981c8..066060374 100755 --- a/src/xspice/ipc/ipctiein.c +++ b/src/xspice/ipc/ipctiein.c @@ -363,7 +363,6 @@ Ipc_Boolean_t ipc_screen_name(char *name, char *mapped_name) return(IPC_TRUE); } - return(IPC_TRUE); }