cleanup: function attribute 'unused'
[lttng-ust.git] / liblttng-ust / lttng-hash-helper.h
index 1978fbde6f55de4f39db5e628377ad563bf3e2f8..36c3ae4274906ea96c26886bb81293fa405e9844 100644 (file)
@@ -43,7 +43,10 @@ do { \
        c ^= b; c -= rot(b, 24); \
 }
 
-static inline __attribute__((unused))
+static inline
+uint32_t lttng_hash_u32(const uint32_t *k, size_t length, uint32_t initval)
+       __attribute__((unused));
+static inline
 uint32_t lttng_hash_u32(
        const uint32_t *k,      /* the key, an array of uint32_t values */
        size_t length,          /* the length of the key, in uint32_ts */
This page took 0.022449 seconds and 4 git commands to generate.