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:
parent
c1affdf6db
commit
85549b5688
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue