To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73209 Issue #|73209 Summary|sal/osl/unx/signal.c: prevent warnings on Mac OS X Component|porting Version|680m199 Platform|All URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|MacOSX Assigned to|pjanik Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sat Jan 6 10:46:31 -0800 2007 ------- Index: signal.c =============================================================== ==== RCS file: /cvs/porting/sal/osl/unx/signal.c,v retrieving revision 1.32 diff -u -u -r1.32 signal.c --- signal.c 1 Dec 2006 14:18:16 -0000 1.32 +++ signal.c 6 Jan 2007 18:44:29 -0000 @@ -681,8 +681,8 @@ static void PrintStack( int sig ) { - void *buffer[MAX_STACK_FRAMES]; #ifndef MACOSX + void *buffer[MAX_STACK_FRAMES]; int size = backtrace( buffer, sizeof(buffer) / sizeof(buffer[0]) ); #endif because it is not used at all when on MACOSX... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]