From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 17 Apr 2012 13:23:55 +0200 References: <1334661513-2261-1-git-send-email-ordex@autistici.org> In-Reply-To: <1334661513-2261-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201204171323.56144.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: use static inline functions instead of foo(...) 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 Tuesday, April 17, 2012 13:18:33 Antonio Quartulli wrote: > When the DAT component is not built, instead of having fake function like > foo(...) we must use a static inline function in order to allow the > compiler to check the number of the type of the passed arguments Applied in revision a93ba67. Thanks, Marek