vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Looking at the VC warnings, I find that in ECPGDynamicType() (typename.c in ecpglib), the default branch of the case statement returns "-type". But the function returns "unsigned int", so returning a negative value seems very strange to me. At least it throws a warning in VC++. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| On Thu, Jan 25, 2007 at 01:23:57PM +0100, Magnus Hagander wrote: > Looking at the VC warnings, I find that in ECPGDynamicType() > (typename.c in ecpglib), the default branch of the case statement > returns "-type". But the function returns "unsigned int", so returning a > negative value seems very strange to me. And I see no reason at all why this function is unsigned. After all there are about 20 different return values. Will change it. Michael -- Michael Meskes Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL! ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |