News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

wxsmith - warning

Started by tiwag, June 30, 2005, 09:13:43 AM

Previous topic - Next topic

tiwag

the following warning comes when compiling wxsmith from 30.6.2005 CVS

mingw32-g++.exe   -Wall -g -ggdb -D__GNUWIN32__ -DWXUSINGDLL -DBUILDING_PLUGIN -g    -I..\..\..\sdk -ID:\wx242\lib\gcc_dll\msw -ID:\wx242\include -ID:\wx242\contrib\include  -c properties\wxsstringlistproperty.cpp -o .objs\properties\wxsstringlistproperty.o
properties\wxsstringlistproperty.cpp: In constructor `<unnamed>::ListEditor::ListEditor(wxWindow*, wxArrayString&, int*)':
properties\wxsstringlistproperty.cpp:64: warning: comparison between signed and unsigned integer expressions

wxsstringlistproperty.cpp:

64:    for ( int i=0; i<Array.Count(); i++ )


it isnt critical but i think it should be corrected.

heromyth

I got two error message:

wxsdefwidget.cpp:303: error: invalid static_cast from type `void (wxsStopMouseEvents::*)(wxEvent&)' to type `void (wxEvtHandler::*)(wxMouseEvent&)'
wxsdefwidget.cpp:304: error: invalid static_cast from type `void (wxsStopMouseEvents::*)(wxEvent&)' to type `void (wxEvtHandler::*)(wxMouseEvent&)'


I have tried to comment them, but another error will be produced.