aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/test_heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vppinfra/test_heap.c')
-rw-r--r--src/vppinfra/test_heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/test_heap.c b/src/vppinfra/test_heap.c
index 3d5171bf053..95e64b728be 100644
--- a/src/vppinfra/test_heap.c
+++ b/src/vppinfra/test_heap.c
@@ -86,7 +86,7 @@ main (int argc, char *argv[])
fformat (stderr, "%U\n", format_clib_mem_usage, /* verbose */ 0);
vec_resize (objects, 1000);
- if (vec_bytes (objects)) /* stupid warning be gone */
+ if (vec_bytes (objects) > 0) /* stupid warning be gone */
memset (objects, ~0, vec_bytes (objects));
vec_resize (handles, vec_len (objects));