I'll just post all of the warnings in this single message for you
GameScreen.cpp:1261: warning: initialization of negative value `-1' to `UINT'
GameScreen.cpp:1261: warning: argument of negative value `-1' to `unsigned int'
GameScreen.cpp:1266: warning: choosing `CAttachableWrapper<
T>
::operator T&()
[with T = UINT]' over `CAttachableWrapper<
T>
::operator T() const [with T =
UINT]'
GameScreen.cpp:1266: warning: for conversion from `CAttachableWrapper<
UINT>
'
to `unsigned int'
GameScreen.cpp:1266: warning: because conversion sequence for the argument is
better
GameScreen.cpp:1273: warning: choosing `CAttachableWrapper<
T>
::operator T&()
[with T = UINT]' over `CAttachableWrapper<
T>
::operator T() const [with T =
UINT]'
GameScreen.cpp:1273: warning: for conversion from `CAttachableWrapper<
UINT>
'
to `unsigned int'
GameScreen.cpp:1273: warning: because conversion sequence for the argument is
better
LevelStartScreen.cpp:33: warning: ISO C++ forbids declaration of `
CX_LEFTRIGHT_MARGIN' with no type
g++ -c -g -I/Users/ross/devel/include/ -I/Users/ross/devel/include/SDL/ -I../DRODLib/ -c ListBoxWidget.cpp -o ListBoxWidget.o
ListBoxWidget.cpp: In member function `void
CListBoxWidget:
ragPosButton(int)':
ListBoxWidget.cpp:187: warning: initialization to `const int' from `double'
ListBoxWidget.cpp:187: warning: argument to `int' from `double'
ListBoxWidget.cpp: In member function `void CListBoxWidget::CalcAreas()':
ListBoxWidget.cpp:833: warning: assignment to `Uint16' from `double'
ListBoxWidget.cpp:833: warning: argument to `short unsigned int' from `double'
ListBoxWidget.cpp:838: warning: assignment to `Sint16' from `double'
ListBoxWidget.cpp:838: warning: argument to `short int' from `double'
I'm feeling guilty now but you did ask
RestoreScreen.cpp:103: warning: ISO C++ forbids declaration of `
X_RESTORE_BUTTON' with no type
and lines following.
RoomWidget.cpp:116: warning: argument of negative value `-1' to `unsigned int'
and lines around there...
SettingsScreen.cpp:141: warning: ISO C++ forbids declaration of `CX_HELP_BUTTON ' with no type
and following lines.
should I stop for now?
[Edited by ross on 05-18-2003 at 09:44 PM]