Force usage of assert() condition when NDEBUG is defined
[lttng-tools.git] / src / common / error.h
index b43ec661b76a5ee742495c438b0232007768491f..daef71fdbc90646be59ebc781131a59688ad6c0c 100644 (file)
@@ -221,7 +221,7 @@ static inline void __lttng_print_check_abort(enum lttng_error_level type)
                        DBG3(fmt, ## args);     \
                        break;                  \
                default:                        \
-                       assert(0);              \
+                       abort();                \
                }                               \
        } while(0);
 
This page took 0.023179 seconds and 4 git commands to generate.