X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Frculfhash.c;h=a03f44211a7055a1f883b112026ffd93c94bec0c;hb=c494c0f1f1fdc7447354afbecbde2b88c5ff662c;hp=de90d71051133d129fd39cfeab927a6aa3bb8b1a;hpb=aedbc21085b8b81ad9baf2f244062e0c411f2521;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; }