[dpdk-dev] [PATCH] test: fix macro by adding in missing "do" in do-while

2014-12-18 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] test: fix macro by adding in missing "do" in do-while

2014-12-17 Thread 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 --- app/test/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)