Hi All,

I'm still using the 3.0 headers (and GCC) for a couple weeks until I finish
up some projects. Today, I wanted to try something using floating point, so
I added the line:

#include <NewFloatMgr.h>

at the top of my program. When I compile, I get hundreds of messages like:

C:\PROGRA~1\TSHG\GNUPAL~1\lib\gcc-lib\m68k-palmos-coff/2.7.2.2-kgpd-071097/
include/PalmOS/System/NewFloatMgr.h:394: parameter name omitted

When I look in NewFloatMgr.h, these are all in the section labelled "New
Floating point emulator functions". The lines generating these errors are
like:

SDWord          _fp_round(SDWord)                       
FLOAT_EM_TRAP(sysFloatEm_fp_round);

These must be errors (and not warnings) since no .PRC file is produced when
it's done. How do I get rid of these errors?

Thanks,

Tom


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to