When I change the target to release version in codewarrior I�ve got a lot of warnings, one of these repetitive warnings is that the constructor and destructor of my classes are not inline �Why? �Should I make the inline??
Just turn off the "warn about non-inlined functions" switch in the C/C++ Warnings panel. You're not doing anything wrong, you just have code that is too complicated for CodeWarrior's optimizer to include as an inline function.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
