Issue 67001 - Implement "warnings are errors" for GNU/Linux SPARC
Summary: Implement "warnings are errors" for GNU/Linux SPARC
Status: ACCEPTED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: 680m173
Hardware: Sun Linux, all
: P3 Trivial (vote)
Target Milestone: DevTools
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on: 71227 67111 70684 71180 71226 71331 71762
Blocks:
  Show dependency tree
 
Reported: 2006-07-04 12:58 UTC by sparcmoz
Modified: 2013-02-07 22:03 UTC (History)
1 user (show)

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


Attachments
warnings tpo be errors for GNU/Linux SPARC (1.66 KB, patch)
2006-07-07 14:17 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-07-04 12:58:49 UTC
Refer here for information:
http://wiki.services.openoffice.org/wiki/Writing_warning-free_code
warnings01 was integrated in m173 but the functionality has not been implemented
for all platforms yet. By default m173 builds on GNU/Linux SPARC with warnings,
not errors. 

Some changes are required in solenv/inc/unxlngs.mk to implement the
functionality to make warnings be errors. Refer to the code in unxlngi6.mk for
the example. To see what is required, note the differences when warnings01 was
integrated:

http://tools.openoffice.org/source/browse/tools/solenv/inc/unxlngi6.mk?r1=1.19&r2=1.20
http://tools.openoffice.org/source/browse/tools/solenv/inc/unxlngs.mk?r1=1.17&r2=1.18

The method will be to complete a build of m173 first, then re-build with the new
code in unxlngs.mk and apply the patches from warningfixes01 and warningfixes02.
Comment 1 sparcmoz 2006-07-04 12:59:39 UTC
accept and set target
Comment 2 sparcmoz 2006-07-07 14:17:58 UTC
Created attachment 37564 [details]
warnings tpo be errors for GNU/Linux SPARC