lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: [lmi] wx-2.9.0-RC2 testing [Was: wxmsw-2.9.0 (svn trunk) anomaly]


From: Vadim Zeitlin
Subject: Re[2]: [lmi] wx-2.9.0-RC2 testing [Was: wxmsw-2.9.0 (svn trunk) anomaly]
Date: Mon, 28 Sep 2009 16:20:08 +0200

On Mon, 28 Sep 2009 01:09:08 +0000 Greg Chicares <address@hidden> wrote:

GC> On 2009-05-06 21:07Z, Greg Chicares wrote:
GC> > On 2009-03-14 17:42Z, Vadim Zeitlin wrote:
GC> >> On Thu, 12 Mar 2009 12:54:47 +0000 Greg Chicares <address@hidden> wrote:
GC> > [slightly reordered]
GC> >> GC> > GC> ../src/common/docview.cpp:1327: warning: 'docNew' might be 
used uninitialized in this function
...
GC> >> GC> Now it's the only warning issued by MinGW gcc-3.4.4,
GC> 
GC> Aside from the 'docNew' warning above, I get only one further warning
GC> when compiling the wx-2.9.0 release with MinGW gcc-3.4.5 (updated from
GC> gcc-3.4.4 used above):
GC> 
GC> ../src/stc/PlatWX.cpp:143: warning: unused parameter 'extraFontFlag'

 Thanks (again) for testing, this warning is harmless and in fact looks
like a mild compiler bug to me because it seems like it is given after
inlining the SetNoAntiAliasing() function to which this extraFontFlag is
passed as parameter. I guess we could work around it by not making
wxFontBase::SetNoAntiAliasing() inline. OTOH maybe we should just implement
it for wxMSW instead of working around this problem, I'll ask on wx-dev.

 Regards,
VZ

reply via email to

[Prev in Thread] Current Thread [Next in Thread]