Issue 11233 - Removal of -w from the gcc compile options on all platforms
Summary: Removal of -w from the gcc compile options on all platforms
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 644
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 1.1 Beta2
Assignee: foskey
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-05 23:17 UTC by foskey
Modified: 2003-06-18 13:17 UTC (History)
2 users (show)

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


Attachments
patch on solenv/inc to remove disable warnings -w switch (10.18 KB, patch)
2003-02-08 02:05 UTC, foskey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description foskey 2003-02-05 23:17:05 UTC
The removal of -w on all platforms will highlight a number of coding errors to 
people working directly on that platform.  These warnings should be removed 
through code cleanup when identified.
Comment 1 foskey 2003-02-08 02:05:00 UTC
As discussed on tools mailing list,  this is on the new 644 tag.
Comment 2 foskey 2003-02-08 02:05:52 UTC
Created attachment 4607 [details]
patch on solenv/inc to remove disable warnings -w switch
Comment 3 nickb 2003-02-09 22:48:26 UTC
Please include IRIX too!
solenv/inc/unxirgm.mk

Thanks...
Comment 4 nikolai.pretzell 2003-03-18 12:47:20 UTC
I'd like to do this, however there is one technical constraint:
If there are more than 100 warnings within one file (compilation
unit), this will produce an error (stopping compilation) as well, even
if there occured no error so far.

We would have to fix all files with more than 99 warnings on the
current OOo child workspace, which might be difficult for Beta2, if
there are lots of them. Ken, have you got numbers about that?
Nikolai

Comment 5 foskey 2003-03-19 11:07:14 UTC
Approved by Nikolia and applied to 644 beta.
Comment 6 foskey 2003-03-27 11:38:40 UTC
committed to cws_srx644_ooo20030412
Comment 7 foskey 2003-04-04 15:05:39 UTC
Verifying issue.
Comment 8 foskey 2003-06-18 13:17:06 UTC
Closing.