Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
error?
- X-seq: zsh-users 20831
- From: Ray Andrews <rayandrews@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: error?
- Date: Mon, 26 Oct 2015 08:28:42 -0700
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I just finished creating a back of my whole install, then did a
configure and make in the backup and got this:
zle_thingy.c:667:1: warning: ‘zle_usable’ was used with no prototype
before its definition [-Wmissing-prototypes]
zle_usable()
^
zle_thingy.c: In function ‘bin_zle_flags’:
zle_thingy.c:663:1: warning: control reaches end of non-void
function [-Wreturn-type]
}
^
... which was partially highlighted in green, so it seemed significant.
However on doing a 'git pull' and 'make' again, the message was absent
so that might have been some transitory glitch. There doesn't seem to be
anything wrong.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author