I am using GCC 3.01, stock Mandrake 8.2 compiler. One quick example here:
Platform/Incs -I./../SrcShared/Palm/Platform/Incs/Core -I./../SrcShared/Palm/Platform/Incs/Core/Hardware -I./../SrcShared/Palm/Platform/Incs/Core/System -I./../SrcShared/Palm/Platform/Incs/Core/UI -I./../SrcShared/Palm/Platform/Incs/Libraries -I./../SrcShared/Gzip -I./../SrcShared/jpeg -I./../SrcShared/omnithread -I./../SrcShared/Patches -I./../SrcShared/UAE -I./../SrcUnix -I./../SrcUnix/espws-2.0 -DPLATFORM_UNIX=1 -D__PALMOS_TRAPS__=0 -DEMULATION_LEVEL=EMULATION_UNIX -O2 -DHAS_PROFILING=0 -DNDEBUG -fexceptions -Wall -Wno-multichar -Wno-unknown-pragmas -Wno-conversion -D_REENTRANT -DNoNanoSleep -DPthreadDraftVersion=10 -I/usr/X11R6/include -c ./../SrcShared/EmPalmStructs.cpp ../SrcShared/EmPalmStructs.cpp: In member function `EmProxychar& EmProxychar::operator=(const void*)': ../SrcShared/EmPalmStructs.cpp:26: warning: cast from pointer to integer of different size ../SrcShared/EmPalmStructs.cpp:26: warning: cast from pointer to integer of different size ../SrcShared/EmPalmStructs.cpp:26: warning: cast from pointer to integer of different size ../SrcShared/EmPalmStructs.cpp: In member function `EmProxyInt8& EmProxyInt8::operator=(const void*)': ../SrcShared/EmPalmStructs.cpp:26: warning: cast from pointer to integer of different size ../SrcShared/EmPalmStructs.cpp:26: warning: cast from pointer to integer of Max --- Keith Rollin <[EMAIL PROTECTED]> wrote: > At 6:53 PM -0800 12/11/01, Max Bian wrote: > >Especially for those pointer casting warnings, I did saw some when I compile > >Pose 3.3. :-) > > What compiler are you using? > > My own experience is that Poser builds cleanly on the Mac with CW Pro > 7 (but I do turn off some warnings for 3rd party libraries). Under > VC++ 6.0 (all service packs and the latest SDK) on Windows, it > compiles with 12 warnings about negating unsigned numbers -- these > warnings are also in code I adopted from elsewhere. On my Unix setup > (Linux 6.0, egcs 1.1.1), there are a number of warnings. Most of > these are in code I adopted from elsewhere (notably the espws system > I use for some widgets), but others are due to STL irregularities, or > (AFAICT) compiler bugs. None of these messages are "pointer casting > warnings". > > If you are using a different compiler that is providing better > diagnostics, I look forward to any specific feedback you can provide > me. > > -- > > -- Keith Rollin > -- Palm OS Emulator engineer > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/tech/support/forums/ __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
