Fix warnings on FreeBSD
[lttng-ust.git] / src / lib / lttng-ust-common / lttng-ust-urcu.c
index 4629067fff2c25878cfcd7f3dcc0afa600863519..0f647556f638dd3ac075c89b7cb5c5bd86896013 100644 (file)
@@ -52,8 +52,10 @@ void *mremap_wrapper(void *old_address, size_t old_size,
  * This is not generic.
 */
 static
-void *mremap_wrapper(void *old_address, size_t old_size,
-               size_t new_size, int flags)
+void *mremap_wrapper(void *old_address __attribute__((unused)),
+               size_t old_size __attribute__((unused)),
+               size_t new_size __attribute__((unused)),
+               int flags)
 {
        assert(!(flags & MREMAP_MAYMOVE));
 
This page took 0.023471 seconds and 4 git commands to generate.