Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
parse.pro:29: warning: `discard_input' declared `static' but never defined
- X-seq: zsh-workers 3405
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: parse.pro:29: warning: `discard_input' declared `static' but never defined
- Date: Sun, 3 Aug 1997 16:32:49 -0700
I just got around to applying Zoltan's patch for nonblocking reads, and
started getting the warning message that appears in the subject.
Static functions shouldn't be included in prototyping headers that are
included by other .c files.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author