On 4/27/16 12:01 PM, Andrew Cooper wrote: > Clang points out that this is tautological. > > src/xenstat.c:325:8: warning: comparison of 0 <= unsigned expression is > always true [-Wtautological-compare] > if (0 <= index && index < node->num_domains) > ~ ^ ~~~~~ > > Signed-off-by: Andrew Cooper > --- Reviewed-by: Doug Goldstein -- Doug Goldstein