Issue 11233

Summary: Removal of -w from the gcc compile options on all platforms
Product: Build Tools Reporter: foskey
Component: codeAssignee: foskey
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: issues, nikolai.pretzell
Version: 644   
Target Milestone: OOo 1.1 Beta2   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
patch on solenv/inc to remove disable warnings -w switch none

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.