fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / liblttng-ust / tracef.c
index f9f8274d476e9e1c0ea8e89df9dbc7657bd84caa..4c7e805da9d59d7805e1e6beaa7f0609e8e65f63 100644 (file)
@@ -31,6 +31,11 @@ end:
        return;
 }
 
+/*
+ * FIXME: We should include <lttng/tracef.h> for the declarations here, but it
+ * fails with tracepoint magic above my paygrade.
+ */
+
 void _lttng_ust_vtracef(const char *fmt, va_list ap)
        __attribute__((format(printf, 1, 0)));
 void _lttng_ust_vtracef(const char *fmt, va_list ap)
This page took 0.022939 seconds and 4 git commands to generate.