Re - vni25c gcc33 issue

"Carsten Kuckuk" <[email protected]> Wed, 2 Apr 2003 12:21:09 +0200
Newsgroups gmane.comp.db.sapdb.sources
Message-ID <OF48815316.61F5A1BF-ONC1256CFC.00387715-C1256CFC.0038DE1B@rib.local>
Wolfgang,

>>>>>
there is some code in sys/src/ni/vni25c which is not longer accepted by
gcc 3.3. Within the function WriteData() the macro PRD is used where the
parameter x can have different data (declared as float).
But the macro calls PrintWizString (int ii, char* x).
This was always bogus and now it isn't accepted anymore.
<<<<<

Which compiler are you talking about? The latest gcc release is 3.2.2
http://gcc.gnu.org/. gcc 3.3 is still under development!

Carsten