mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
FS-10167: Small fix to the simclist.c assertion guards after having copied the latest from the source git again in the last patch.
This commit is contained in:
parent
88660290d2
commit
6bce3f1022
@ -45,8 +45,10 @@
|
||||
|
||||
/* disable asserts */
|
||||
#ifndef SIMCLIST_DEBUG
|
||||
#ifndef NDEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user