compiler warning cleanup: is_signed_type: compare -1 to 1
[deliverable/lttng-ust.git] / include / lttng / ust-tracer.h
index ec30db7446a52608b6d5b0a9267f3184f33b516f..2513ab2acfca73e175973509171046529fcf8326 100644 (file)
@@ -45,6 +45,6 @@
 #define lttng_alignof(type)    1
 #endif
 
-#define lttng_is_signed_type(type)           ((type) -1 < (type) 0)
+#define lttng_is_signed_type(type)           ((type) -1 < (type) 1)
 
 #endif /* _LTTNG_UST_TRACER_H */
This page took 0.024403 seconds and 5 git commands to generate.