From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 18 May 2011 12:10:03 +0200 References: <1305407694-16789-1-git-send-email-sven@narfation.org> <1305407694-16789-5-git-send-email-sven@narfation.org> In-Reply-To: <1305407694-16789-5-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105181210.04336.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 5/9] batman-adv: Add const type qualifier for pointers 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:50 Sven Eckelmann wrote: > batman-adv uses pointers which are marked as const and should not > violate that type qualifier by passing it to functions which force a > cast to the non-const version. Applied in revision 200df24. Thanks, Marek