From 6bce3f10226ee14e29c6c189b9593c11cb8b6422 Mon Sep 17 00:00:00 2001 From: Shane Bryldt Date: Wed, 29 Mar 2017 17:31:44 -0600 Subject: [PATCH] FS-10167: Small fix to the simclist.c assertion guards after having copied the latest from the source git again in the last patch. --- libs/libks/src/simclist.c | 2 ++ 1 file changed, 2 insertions(+) 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