Index: headers/posix/assert.h
===================================================================
--- headers/posix/assert.h	(revision 25029)
+++ headers/posix/assert.h	(working copy)
@@ -27,7 +27,7 @@
 	((assertion) ? (void)0 : __assert_fail(#assertion, __FILE__, __LINE__, __PRETTY_FUNCTION__))
 
 #else	// NDEBUG
-#	define assert(condition) ;
+#	define assert(condition) ((void)0)
 #endif
 
 #endif	/* _ASSERT_H_ */
