[wx-dev] [ wxwindows-Bugs-1207644 ] -Wredundant-decls shows some
SourceForge.net
noreply at sourceforge.net
Sun May 11 15:37:33 PDT 2008
Bugs item #1207644, was opened at 2005-05-24 10:07
Message generated for change (Settings changed) made by neis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1207644&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Common
Group: Trivial
>Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Jan Engelhardt (hirogen2)
Assigned to: Nobody/Anonymous (nobody)
Summary: -Wredundant-decls shows some
Initial Comment:
wxYield() is declared twice; once in util.h and one in
gdicmn.h. Since either is always somehow included, one
of the decls is redundant.
The reason why it shows it in the first place is that
_my_ app has -Wredundant-decls in CXXFLAGS. Apart from
wxYield(), it's quiet. Good work.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1207644&group_id=9863
More information about the wx-dev
mailing list