Fix: free_event_id check should compare unsigned int with -1U
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 May 2012 20:02:41 +0000 (16:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 May 2012 20:03:41 +0000 (16:03 -0400)
commit1b2bed5769a130f8128660735c17d93603eb7489
treeea74fdd1c155cef51ed1a45966495e66f6e02b9a
parentc87fb51b023540388493442049d127fa9a388af8
Fix: free_event_id check should compare unsigned int with -1U

Otherwise, on 32-bit:

lttng-modules/lttng-events.c:295: warning: comparison is always false due
to limited range of data type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-events.c
This page took 0.024824 seconds and 4 git commands to generate.