X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Foptional.h;fp=src%2Fcommon%2Foptional.h;h=f34c5991fdfd4be070a1362d1968c4b3b88d2526;hp=52139d50de7198ac6524862554a4c9a4d892fa31;hb=1c9a0b0e83c7e073c4e576c0bed95de335b0e502;hpb=c10f9cdd994258358bb3766c2e92dab71e4ceef2 diff --git a/src/common/optional.h b/src/common/optional.h index 52139d50d..f34c5991f 100644 --- a/src/common/optional.h +++ b/src/common/optional.h @@ -83,7 +83,7 @@ * The wrapped field is set to the value it would gave if it had static storage * duration. */ -#define LTTNG_OPTIONAL_INIT_UNSET { .is_set = 0 } +#define LTTNG_OPTIONAL_INIT_UNSET {} /* * Initialize an optional field as 'set' with a given value.