From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] EAL: add format(printf) attrib. to appropriate fns Date: Thu, 19 Jun 2014 10:37:59 +0200 Message-ID: <2073250.y3o0MLvXtd@xps13> References: <1403030562-25820-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: In-Reply-To: <1403030562-25820-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-06-17 19:42, Bruce Richardson: > Mark the rte_log, cmdline_printf and rte_snprintf functions as > being printf-style functions. This causes compilation errors > due to mis-matched parameter types, so the parameter types are > fixed where appropriate. > > Signed-off-by: Bruce Richardson Nice cleanup. 2 comments: - I think title should be "fix usage of printf-like functions" - there are some errors in ivshmem code -- Thomas