Issue 71180 - Warnings GNU/Linux SPARC: bridges
Summary: Warnings GNU/Linux SPARC: bridges
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: Sun Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.2
Assignee: Stephan Bergmann
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 67001
  Show dependency tree
 
Reported: 2006-11-04 12:52 UTC by sparcmoz
Modified: 2006-12-05 08:52 UTC (History)
2 users (show)

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


Attachments
remove warnings in bridges (3.63 KB, patch)
2006-11-04 12:53 UTC, sparcmoz
no flags Details | Diff
further patch to allow debug build (1.03 KB, patch)
2006-11-15 08:48 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-04 12:52:02 UTC
Remove warnings for bridges on GNU/Linux SPARC with gcc4.1.2
Based on an idea in issue 70648.
These build OK but still need to do runtime tests.
Comment 1 sparcmoz 2006-11-04 12:53:33 UTC
Created attachment 40318 [details]
remove warnings in bridges
Comment 2 sparcmoz 2006-11-09 03:00:57 UTC
set target
Comment 3 sparcmoz 2006-11-09 03:14:09 UTC
committed in cws_src680_jw2
Comment 4 sparcmoz 2006-11-09 04:14:36 UTC
re-assign for qa
Comment 5 Stephan Bergmann 2006-11-09 12:50:35 UTC
.
Comment 6 sparcmoz 2006-11-14 20:44:29 UTC
I need modify the patch to allow for "build debug=t", and will try and commit in
jw2 later today. 


+#if OSL_DEBUG_LEVEL > 0
+                        sal_Int32 * pStackLongs ,
+                        sal_Int32 nStackLongs)
+#else
+                        sal_Int32 * /*pStackLongs*/ ,
+                        sal_Int32 /*nStackLongs*/)
+#endif
Comment 7 sparcmoz 2006-11-15 08:48:41 UTC
Created attachment 40577 [details]
further patch to allow debug build
Comment 8 sparcmoz 2006-11-15 08:50:05 UTC
@sb: bridges2.patch attached, committed in jw2, ready for QA
Comment 9 Stephan Bergmann 2006-11-15 08:59:38 UTC
verified by code review
Comment 10 sparcmoz 2006-12-05 08:52:14 UTC
Integrated in m195