Force usage of assert() condition when NDEBUG is defined
[lttng-tools.git] / src / bin / lttng / uprobe.c
index 6af20bbdee0e6836a5bd668058345898390d6f3a..2d0bf4763a8e95fabecacecd91db2ffeabe8af50 100644 (file)
@@ -209,7 +209,7 @@ int parse_userspace_probe_opts(const char *opt,
        struct lttng_userspace_probe_location_lookup_method *lookup_method = NULL;
        struct lttng_dynamic_pointer_array tokens;
 
-       assert(opt);
+       LTTNG_ASSERT(opt);
 
        /*
         * userspace probe fields are separated by ':'.
This page took 0.024101 seconds and 4 git commands to generate.