2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>

* httpd/uemf.h: Add empty braces to macro.
This commit is contained in:
Joel Sherrill
2008-08-19 15:08:05 +00:00
parent 1925dad2cb
commit f4e7c5190c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* httpd/uemf.h: Add empty braces to macro.
2008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
PR 1296/cpukit.

View File

@@ -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 */
/******************************************************************************/