CVS: [VZ] wxWindows/src/unix appunix.cpp,1.4,1.5
Paul Cornett
pc-wx at bullseye.com
Fri Jun 22 09:41:49 PDT 2007
anonymous at sunsite.dk wrote:
> Update of /pack/cvsroots/wxwidgets/wxWindows/src/unix
> In directory sunsite.dk:/tmp/cvs-serv18154/src/unix
>
> Modified Files:
> appunix.cpp
> Log Message:
> suppress Sun CC warnings about casting between C++ and extern C
> function pointers
I don't think this is technically correct. There is no guarantee that
the calling conventions of a C++ static member function and a C
function are the same, is there?
More information about the wx-dev
mailing list