1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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)