X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Flttng-ust%2Frculfhash.c;h=a03f44211a7055a1f883b112026ffd93c94bec0c;hb=08ba2503b86d1506117c077c99eb1c38973a48f3;hp=de90d71051133d129fd39cfeab927a6aa3bb8b1a;hpb=6339062a5bbe886493d0691d13e28e37a7206362;p=lttng-ust.git diff --git a/src/lib/lttng-ust/rculfhash.c b/src/lib/lttng-ust/rculfhash.c index de90d710..a03f4421 100644 --- a/src/lib/lttng-ust/rculfhash.c +++ b/src/lib/lttng-ust/rculfhash.c @@ -1006,7 +1006,7 @@ const struct lttng_ust_lfht_mm_type *get_mm_type(unsigned long max_nr_buckets) * For 32-bit architectures, use the order allocator. */ static -const struct lttng_ust_lfht_mm_type *get_mm_type(unsigned long max_nr_buckets) +const struct lttng_ust_lfht_mm_type *get_mm_type(unsigned long max_nr_buckets __attribute__((unused))) { return <tng_ust_lfht_mm_order; }