From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 5 Jun 2011 22:33:56 +0200 References: <1307184038-32426-1-git-send-email-sven@narfation.org> In-Reply-To: <1307184038-32426-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201106052233.56882.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Don't return value in void function Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday, June 04, 2011 12:40:37 PM Sven Eckelmann wrote: > gw_node_delete is defined with "void" as return type, but still tries to > return a value. The called function gw_node_delete is also return as > void and thus doesn't provide a value for us. Applied in revision 4a6c93d. Thanks, Marek