From e5e804c994d444b46f1e5b8093c0edc8aa455db2 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 3 Feb 2004 12:23:08 +0000
Subject: INTEGRATION: CWS sal05 (1.17.32); FILE MERGED 2004/01/24 13:18:20 tra
1.17.32.3: RESYNC: (1.18-1.19); FILE MERGED 2004/01/05 11:11:02 tra
1.17.32.2: RESYNC: (1.17-1.18); FILE MERGED 2003/11/03 13:41:22 tra
1.17.32.1: #112918#removed most warnings generated when compiling with -wall
---
sal/osl/unx/signal.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sal/osl/unx/signal.c b/sal/osl/unx/signal.c
index 93fd5f57f771..43e242820471 100644
--- a/sal/osl/unx/signal.c
+++ b/sal/osl/unx/signal.c
@@ -2,9 +2,9 @@
*
* $RCSfile: signal.c,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2004-01-07 16:25:58 $
+ * last change: $Author: hr $ $Date: 2004-02-03 13:23:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -386,7 +386,7 @@ static int ReportCrash( int Signal )
if ( !bCrashReporterExecuted )
{
int i;
- struct sigaction act;
+ /* struct sigaction act; */
for (i = 0; i < NoSignals; i++)
{
@@ -446,11 +446,11 @@ static int ReportCrash( int Signal )
char buffer[MAX_PATH_LEN];
fprintf( stackout, "0x%x:",
- stackframes[iFrame] );
+ (unsigned int)stackframes[iFrame] );
fprintf( xmlout, "