Clean-up: sessiond: cmd_enable_channel_internal
[lttng-tools.git] / src / common / testpoint / testpoint.h
index 1f856f39761e61129328180849116e9b08486525..33cb9aa340cc71e64939be17844aaea3e42fa26c 100644 (file)
@@ -43,7 +43,7 @@ void *lttng_testpoint_lookup(const char *name);
                        ret = tp();                                     \
                } else {                                                \
                        if (!found) {                                   \
-                               tp = lttng_testpoint_lookup(tp_name);   \
+                               tp = (int (*)(void)) lttng_testpoint_lookup(tp_name);   \
                                if (tp) {                               \
                                        found = 1;                      \
                                        ret = tp();                     \
This page took 0.023257 seconds and 4 git commands to generate.