From: Mathieu Desnoyers Date: Tue, 17 May 2016 13:01:51 +0000 (-0400) Subject: Fix: macro compares unsigned to 0 (no effect) X-Git-Tag: v2.9.0-rc1~201 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=4e8b3b0cd7565762eaa6601b5889f82c4eaef367;hp=4e8b3b0cd7565762eaa6601b5889f82c4eaef367;p=lttng-tools.git Fix: macro compares unsigned to 0 (no effect) Found by Coverity: CID 1262117 (#1 of 1): Macro compares unsigned to 0 (NO_EFFECT)unsigned_compare: This greater-than-or-equal-to-zero comparison of an unsigned value is always true. events->nb_fd >= 0U. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---