cleanup: explicitly mark unused parameters (-Wunused-parameter)
[lttng-ust.git] / liblttng-ust-comm / lttng-ust-comm.c
index 8141ace369731e3024496f4582e803ebc84c3f9a..998e556977688c832e2c1b3cbd6874cf6911f428 100644 (file)
@@ -698,7 +698,7 @@ error:
 }
 
 int ustcomm_recv_stream_from_sessiond(int sock,
-               uint64_t *memory_map_size,
+               uint64_t *memory_map_size __attribute__((unused)),
                int *shm_fd, int *wakeup_fd)
 {
        ssize_t len;
This page took 0.024522 seconds and 4 git commands to generate.