[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Built today's wx-2.9.2 snapshot
From: |
Greg Chicares |
Subject: |
Re: [lmi] Built today's wx-2.9.2 snapshot |
Date: |
Thu, 07 Jul 2011 10:09:16 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 |
On 2011-07-04 16:40Z, Vadim Zeitlin wrote:
> On Mon, 04 Jul 2011 15:38:14 +0000 Greg Chicares <address@hidden> wrote:
>
> GC> Very few warnings are seen with MinGW gcc-3.4.5, and I believe we've seen
> GC> most or all of them before:
> GC>
> GC> ../src/msw/renderer.cpp:122: warning: unused parameter 'dc'
>
> This code actually needs to be changed so while I'm aware of this warning
> I don't want to just suppress it and will apply a proper (but more
> extensive) fix after 2.9.2.
>
> GC> ../src/common/docview.cpp:1485: warning: 'docNew' might be used
> uninitialized in this function
>
> This is the notorious exception-related warning that I don't know how to
> fix.
With the wx-2.9.2 release, those two warnings persist as expected,
and no others occur.