[ wxwindows-Bugs-1842467 ] wxYield prototype
SourceForge.net
noreply at sourceforge.net
Sat Dec 1 14:27:25 PST 2007
Bugs item #1842467, was opened at 2007-12-01 23:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1842467&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: Build -- unix
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jan Engelhardt (jengelh)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxYield prototype
Initial Comment:
Everything that compiles with -Wredundant-prototypes (and I do):
$ make
CXX src/steelmill/steelmill-xu_loader.o
In file included from /usr/include/wx-2.8/wx/wx.h:26,
from ../src/steelmill/xu_loader.cpp:19:
/usr/include/wx-2.8/wx/app.h:613: warning: redundant redeclaration of ‘bool wxYield()’ in same scope
/usr/include/wx-2.8/wx/utils.h:724: warning: previous declaration of ‘bool wxYield()’
One prototype should go. WX has so many dependencies between the .h files that I cannot even think of a case where only one is included.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1842467&group_id=9863
More information about the wx-dev
mailing list