From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20069 invoked by alias); 1 Oct 2015 15:33:14 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36738 Received: (qmail 29478 invoked from network); 1 Oct 2015 15:33:13 -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 autolearn=ham autolearn_force=no version=3.4.0 X-Biglobe-Sender: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: PATCH: zle -f from inside widget to set flags and make yank start/end zle params writable From: "Jun T." In-Reply-To: <1443578812-18807-1-git-send-email-mikachu@gmail.com> Date: Fri, 2 Oct 2015 00:33:09 +0900 Content-Transfer-Encoding: quoted-printable Message-Id: <4556E6A0-3A89-4C0F-A359-3CA25E764761@kba.biglobe.ne.jp> References: <1443578812-18807-1-git-send-email-mikachu@gmail.com> To: zsh-workers@zsh.org X-Mailer: Apple Mail (2.1878.6) X-Biglobe-Spnum: 49221 I'm getting the following warning: zle_thingy.c:663:1: warning: control may reach end of non-void function = [-Wreturn-type] } ^ Maybe return 1 for invalid flag, and 0 otherwise.