Closed
Description
[2349/3775] CXX obj/src/libnode.heap_utils.o
../../src/heap_utils.cc:248:7: warning: comparison of integers of different signs: 'const int' and 'const size_t' (aka 'const unsigned long') [-Wsign-compare]
DCHECK_LE(num_bytes_written, buf.len);
^ ~~~~~~~~~~~~~~~~~ ~~~~~~~
../../src/util.h:173:37: note: expanded from macro 'DCHECK_LE'
#define DCHECK_LE(a, b) CHECK((a) <= (b))
~ ^ ~
../../src/util.h:153:20: note: expanded from macro 'CHECK'
if (UNLIKELY(!(expr))) { \
^~~~
../../src/util.h:140:44: note: expanded from macro 'UNLIKELY'
#define UNLIKELY(expr) __builtin_expect(!!(expr), 0)
^~~~
1 warning generated.