From f4e7c5190ccf143e2502f81122fb1df85a562739 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Aug 2008 15:08:05 +0000 Subject: 2008-08-19 Joel Sherrill * httpd/uemf.h: Add empty braces to macro. --- cpukit/httpd/uemf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/httpd') diff --git a/cpukit/httpd/uemf.h b/cpukit/httpd/uemf.h index fa8c03e6c1..c890b651c6 100644 --- a/cpukit/httpd/uemf.h +++ b/cpukit/httpd/uemf.h @@ -592,7 +592,7 @@ typedef struct stat gstat_t; #if (defined (ASSERT) || defined (ASSERT_CE)) #define a_assert(C) if (C) ; else error(E_L, E_ASSERT, T("%s"), T(#C)) #else - #define a_assert(C) if (1) ; else + #define a_assert(C) if (1) ; else {} #endif /* ASSERT || ASSERT_CE */ /******************************************************************************/ -- cgit v1.2.3