Skip to content

Commit

Permalink
avoid redefinition of NDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Jan 7, 2020
1 parent 4d2b860 commit fe44567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/simclist.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@

/* disable asserts */
#ifndef SIMCLIST_DEBUG
#ifndef NDEBUG
#define NDEBUG
#endif
#endif

#include <assert.h>

Expand Down

0 comments on commit fe44567

Please sign in to comment.