mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 11:50:29 +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 */
|
/* disable asserts */
|
||||||
#ifndef SIMCLIST_DEBUG
|
#ifndef SIMCLIST_DEBUG
|
||||||
|
#ifndef NDEBUG
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user