Fix warnings on non-x86_64 systems
[lttng-ust.git] / src / lib / lttng-ust / rculfhash.c
index de90d71051133d129fd39cfeab927a6aa3bb8b1a..a03f44211a7055a1f883b112026ffd93c94bec0c 100644 (file)
@@ -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 &lttng_ust_lfht_mm_order;
 }
This page took 0.024231 seconds and 4 git commands to generate.