Issue 116356 - MinGW port enhancement: warning control
Summary: MinGW port enhancement: warning control
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: PC Windows, all
: P3 Trivial (vote)
Target Milestone: 3.4.1
Assignee: vg
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-08 03:36 UTC by tono
Modified: 2011-02-26 10:47 UTC (History)
2 users (show)

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


Attachments
A patch removing -Wno-uninitialized from wntgcci.mk (502 bytes, patch)
2011-01-08 03:41 UTC, tono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description tono 2011-01-08 03:36:43 UTC
-Wno-uninitialized is for gcc 3.x.x. As gcc 3.x.x is no longer supported we can
remove it and get better warning messages.
Comment 1 tono 2011-01-08 03:41:32 UTC
Created attachment 75501 [details]
A patch removing -Wno-uninitialized from wntgcci.mk
Comment 2 tono 2011-01-08 03:49:58 UTC
Started in cws mingwport33.
Comment 3 tono 2011-01-09 00:56:40 UTC
Fixed in cws mingwport33.
Comment 4 tono 2011-01-09 01:06:06 UTC
@vg: Please verify. Although the MinGW buildbot is not working well, I have
tested MinGW build locally. MSVC and un*x builds are confirmed on buildbots.
Comment 5 tono 2011-02-26 10:47:17 UTC
Closing the issue as the fix has been integrated.