Bruce Momjian <[EMAIL PROTECTED]> writes: > Michael, I am seeing this ecpg warning: > informix.c:290: warning: `nres' might be used uninitialized in > this function
> Can we initialize it to NULL to suppress the warning? I believe the compiler has correctly identified a bug here; initializing to NULL will just result in a guaranteed crash. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])