From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19382 invoked by alias); 26 Oct 2015 15:58:50 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20831 Received: (qmail 13174 invoked from network); 26 Oct 2015 15:58:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_HDRS_LCASE, T_MANY_HDRS_LCASE autolearn=ham autolearn_force=no version=3.4.0 MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=utf-8; format=flowed X-Authority-Analysis: v=2.1 cv=T/C1EZ6Q c=1 sm=1 tr=0 a=9465F0r6ijIzKycGN/atqA==:117 a=9465F0r6ijIzKycGN/atqA==:17 a=IkcTkHD0fZMA:10 a=sn1Vs46DK_qEbZVApAMA:9 a=QEXdDO2ut3YA:10 Message-id: <562E46AA.7060905@eastlink.ca> Date: Mon, 26 Oct 2015 08:28:42 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 To: Zsh Users Subject: error? 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.