compat: remove always true assertion in compat-poll.c
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 25 Nov 2019 20:14:47 +0000 (15:14 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 9 Dec 2019 21:24:01 +0000 (16:24 -0500)
commit4375b3d11abd6299e4eac8fafa4c7e0437ad9cfe
tree78ca59fdce1b6553b9ebf506d3cf69ea9103fa19
parentaa997ea33777896c17c9f46732e90dd4a1a9188c
compat: remove always true assertion in compat-poll.c

Fix:

      CC       compat-poll.lo
    In file included from /home/smarchi/src/lttng-tools/src/common/compat/poll.h:21:0,
                     from /home/smarchi/src/lttng-tools/src/common/compat/compat-poll.c:31:
    /home/smarchi/src/lttng-tools/src/common/compat/compat-poll.c: In function ‘compat_poll_wait’:
    /home/smarchi/src/lttng-tools/src/common/compat/compat-poll.c:317:31: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
      assert(events->current.nb_fd >= 0);
                                   ^

Change-Id: Ie2b43e64d293d4eadb82db9755dfb64751a1d935
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/compat/compat-poll.c
This page took 0.024774 seconds and 4 git commands to generate.