From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 19 May 2011 09:22:48 +0200 References: <1305407694-16789-1-git-send-email-sven@narfation.org> <1305407694-16789-7-git-send-email-sven@narfation.org> In-Reply-To: <1305407694-16789-7-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105190922.48791.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 7/9] batman-adv: Remove explicit casts cast from void* for store 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 14 May 2011 23:14:52 Sven Eckelmann wrote: > It is not necessary to cast a void* to the pointer type when we just > store it and don't want to do pointer arithmetic before the actual > assignment. Applied in revision 0414519. Thanks, Marek