error: comparison of integer expressions of different signedness:
‘int’ and ‘uint64_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
2562 | if (!success || std::numeric_limits<int32_t>::max() <
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
2563 | token_start_internal_value_) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR-URL: https://github.com/nodejs/node/pull/37573
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
|
||
|---|---|---|
| .. | ||
| Allocator_h.template | ||
| Array_h.template | ||
| base_string_adapter_cc.template | ||
| base_string_adapter_h.template | ||
| DispatcherBase_cpp.template | ||
| DispatcherBase_h.template | ||
| encoding_cpp.template | ||
| encoding_h.template | ||
| ErrorSupport_cpp.template | ||
| ErrorSupport_h.template | ||
| Forward_h.template | ||
| FrontendChannel_h.template | ||
| Maybe_h.template | ||
| Object_cpp.template | ||
| Object_h.template | ||
| Parser_cpp.template | ||
| Parser_h.template | ||
| Protocol_cpp.template | ||
| ValueConversions_h.template | ||
| Values_cpp.template | ||
| Values_h.template | ||