From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: fix macro by adding in missing "do" in do-while Date: Thu, 18 Dec 2014 00:45:39 +0100 Message-ID: <2123373.I85eWGjBY2@xps13> References: <1418836013-19030-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: <1418836013-19030-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-12-17 17:06, Bruce Richardson: > One of the test assertion macros was missing the "do" part of the > do-while. This issue was picked up by clang reporting an empty while > loop body for the closing while of the do-while pair. > > Signed-off-by: Bruce Richardson Applied Thanks -- Thomas