Re: GCC ignores mismatched prototypes involving integers

2004-07-12 Thread Florian Weimer
* Justin Pryzby:

   st7ctl.h:void drift();

This is not a prototype.  In C, prototypes for function taking zero
parameters look like this:

st7ctl.h:void drift(void);

The reason is compatibility with KR C.

(Does anybody know to which bug trackers Justin's message was sent?
Isn't gcc-gnats@ non-operational these days?)




Re: GCC ignores mismatched prototypes involving integers

2004-07-12 Thread Florian Weimer
Would someone please forward my message to
[EMAIL PROTECTED]?

SourceForge no longer accepts mail from me, without a meaningful error
message.