X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-tracepoint-event-nowrite.h;h=3193d7025133a59a89d4f23b6ae059ad70ae0e46;hb=74d65852d2dcb025a00fa5abcb56f6b7521395a4;hp=57a970d18a1926a197362e585580d3ed5d9347df;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/include/lttng/ust-tracepoint-event-nowrite.h b/include/lttng/ust-tracepoint-event-nowrite.h index 57a970d1..3193d702 100644 --- a/include/lttng/ust-tracepoint-event-nowrite.h +++ b/include/lttng/ust-tracepoint-event-nowrite.h @@ -63,6 +63,10 @@ #define ctf_string_nowrite(_item, _src) \ _ctf_string(_item, _src, 1) +#undef ctf_unused_nowrite +#define ctf_unused_nowrite(_src) \ + _ctf_unused(_src) + #undef ctf_enum_nowrite #define ctf_enum_nowrite(_provider, _name, _type, _item, _src) \ _ctf_enum(_provider, _name, _type, _item, _src, 1)