Issue 71880 - warnings are errors in signal.c
Summary: warnings are errors in signal.c
Status: CLOSED DUPLICATE of issue 71920
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 2.2
Hardware: Sun Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.2
Assignee: sparcmoz
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-23 10:49 UTC by sparcmoz
Modified: 2007-02-05 08:27 UTC (History)
4 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
remove warnings (1.28 KB, patch)
2006-11-23 22:44 UTC, sparcmoz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description sparcmoz 2006-11-23 10:49:30 UTC
GNU/Linux SPARC m194 and warnings are errors in module sal

cc1: warnings being treated as errors
signal.c:309: warning: 'calc_md5_checksum' defined but not used
signal.c:355: warning: 'fputs_xml' defined but not used
dmake:  Error code 1, while making '../../unxlngs.pro/slo/signal.obj'

If I "--enable-crashdump=STATIC" then the warnings are gone. 

This looks like it may be related to issue 54121, therefore the cc. Any advice would be appreciated.
Comment 1 joerg.skottke 2006-11-23 14:28:17 UTC
to sb.
Comment 2 sparcmoz 2006-11-23 22:42:35 UTC
The attached patch gets rid of the warnings, but I am uncertain about next steps?
Comment 3 sparcmoz 2006-11-23 22:44:28 UTC
Created attachment 40872 [details]
remove warnings
Comment 4 sparcmoz 2006-11-23 22:48:04 UTC
@sb: Is it Ok to commit this?
Comment 5 Stephan Bergmann 2006-11-24 09:04:27 UTC
@sparcmoz:  Yes, the patch looks good.  Please commit.
Comment 6 sparcmoz 2006-11-24 09:44:04 UTC
I won't commit this afterall, as a patch was just committed here: issue 71920

*** This issue has been marked as a duplicate of 71920 ***
Comment 7 sparcmoz 2007-02-05 08:27:43 UTC
close