FAILED: obj/chrome/installer/zucchini/zucchini/zucchini_commands.obj
../../third_party/llvm-build/Release+Asserts/bin/clang-cl.exe /nologo /showIncludes @obj/chrome/installer/zucchini/zucchini/zucchini_commands.obj.rsp /c ../../chrome/installer/zucchini/zucchini_commands.cc /Foobj/chrome/installer/zucchini/zucchini/zucchini_commands.obj /Fd"obj/chrome/installer/zucchini/zucchini_cc.pdb"
C:\b\c\builder\ClangToTWin\src\chrome\installer\zucchini\zucchini_commands.cc(51,5): error: comparison of constant 9223372036854775807 with expression of type 'size_t' (aka 'unsigned int') is always true [-Werror,-Wtautological-constant-out-of-range-compare]
CHECK_LE(length, static_cast<uint64_t>(INT64_MAX));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\b\c\builder\ClangToTWin\src\base\logging.h(769,43): note: expanded from macro 'CHECK_LE'
#define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~
C:\b\c\builder\ClangToTWin\src\base\logging.h(613,53): note: expanded from macro 'CHECK_OP'
#define CHECK_OP(name, op, val1, val2) CHECK((val1) op (val2))
~~~~~~~~~~~~~^~~~~~~~~~
C:\b\c\builder\ClangToTWin\src\base\logging.h(603,14): note: expanded from macro 'CHECK'
UNLIKELY(!(condition)) ? IMMEDIATE_CRASH() : EAT_STREAM_PARAMETERS
~~~~~~~~~~~^~~~~~~~~~~
C:\b\c\builder\ClangToTWin\src\base\compiler_specific.h(220,22): note: expanded from macro 'UNLIKELY'
#define UNLIKELY(x) (x)
^
1 error generated.
[779/61886] CXX obj/chro
Comment 1 by bugdroid1@chromium.org
, Aug 1 2017