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:02:41 +0000 (16:02 -0400)
commit37303c7509bf98243512fbcd54f481e62f215c4b
treebb48a756e3a9efed338ec644d1e8dee8352791b3
parenta9afe705296f44144aaf3d2626a14bb8cfd2016a
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.026657 seconds and 4 git commands to generate.