Clean-up: fix '-Wnused-parameter' warnings on various platforms
[lttng-tools.git] / src / common / compat / poll.h
index f9fb33fc9f8c2405bac7f1b999d05f5385799bce..cc2aab8f8fa50abde12b95763a23d60d89efb264 100644 (file)
@@ -354,7 +354,8 @@ extern int compat_poll_set_max_size(void);
 /*
  * No need to reset a pollfd structure for poll(2)
  */
-static inline void lttng_poll_reset(struct lttng_poll_event *events)
+static inline void lttng_poll_reset(
+               struct lttng_poll_event *events __attribute__((unused)))
 {}
 
 /*
This page took 0.023558 seconds and 4 git commands to generate.