X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-bytecode.c;fp=liblttng-ust%2Flttng-bytecode.c;h=387fc4b97f99441a135874aca0af16711c36d1c3;hb=2208d8b5689264e35ed0a660d8c3c82021cc0367;hp=67fb1a0677d0d14c4ebfa910971e59cf3dbca53a;hpb=c53279a3e7796da67c5ad8d5e5657bf03def2dcb;p=lttng-ust.git diff --git a/liblttng-ust/lttng-bytecode.c b/liblttng-ust/lttng-bytecode.c index 67fb1a06..387fc4b9 100644 --- a/liblttng-ust/lttng-bytecode.c +++ b/liblttng-ust/lttng-bytecode.c @@ -174,7 +174,7 @@ const char *lttng_bytecode_print_op(enum bytecode_op op) static int apply_field_reloc(const struct lttng_ust_event_desc *event_desc, struct bytecode_runtime *runtime, - uint32_t runtime_len, + uint32_t runtime_len __attribute__((unused)), uint32_t reloc_offset, const char *field_name, enum bytecode_op bytecode_op) @@ -282,7 +282,7 @@ int apply_field_reloc(const struct lttng_ust_event_desc *event_desc, static int apply_context_reloc(struct bytecode_runtime *runtime, - uint32_t runtime_len, + uint32_t runtime_len __attribute__((unused)), uint32_t reloc_offset, const char *context_name, enum bytecode_op bytecode_op)