X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-utils.h;h=13d2a7ae1a3049d6815b707320977604678ea2be;hb=061fc37ae64a1ad3ecefe10d9a2db33ebb5c41ce;hp=2ebe917ca1ccd4e2a957cc4272ce43dbd0046fb3;hpb=3a98c813165062fa31d915e2de97f6d46a900d2d;p=lttng-ust.git diff --git a/include/lttng/ust-utils.h b/include/lttng/ust-utils.h index 2ebe917c..13d2a7ae 100644 --- a/include/lttng/ust-utils.h +++ b/include/lttng/ust-utils.h @@ -67,7 +67,7 @@ #define lttng_ust_ctf_array_element_type_is_supported(type, item) \ lttng_ust_static_assert(lttng_ust_is_integer_type(type), \ "Non-integer type `" #item "` not supported as element of CTF_ARRAY or CTF_SEQUENCE", \ - Non_integer_type__##item##__not_supported_as_element_of_CTF_ARRAY_or_CTF_SEQUENCE); + Non_integer_type__##item##__not_supported_as_element_of_CTF_ARRAY_or_CTF_SEQUENCE) /**