Uncommented warning in <assert.h> to prevent compile errors in binutils.

This is because they treat warnings as errors.
This commit is contained in:
Jonas 'Sortie' Termansen 2012-03-05 13:09:00 +01:00
parent c1affdf6db
commit 85549b5688
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ __BEGIN_DECLS
#endif
#ifndef NDEBUG
#warning The assert macro is not implemented
/* #warning The assert macro is not implemented */
#endif
#define assert(ignore)((void) 0)