From: Shane Bryldt Date: Wed, 29 Mar 2017 23:31:44 +0000 (-0600) Subject: FS-10167: Small fix to the simclist.c assertion guards after having copied the latest... X-Git-Tag: v1.8.0~651 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bce3f10226ee14e29c6c189b9593c11cb8b6422;p=thirdparty%2Ffreeswitch.git FS-10167: Small fix to the simclist.c assertion guards after having copied the latest from the source git again in the last patch. --- diff --git a/libs/libks/src/simclist.c b/libs/libks/src/simclist.c index 4726c78648..78dda9af14 100755 --- a/libs/libks/src/simclist.c +++ b/libs/libks/src/simclist.c @@ -45,8 +45,10 @@ /* disable asserts */ #ifndef SIMCLIST_DEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include