Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: fix V8 compiler error with clang++-11
Fixes: nodejs#33040 error: type 'antlr4::tree::TerminalNode *' cannot be narrowed to 'bool' in initializer list [-Wc++11-narrowing] ParameterList result{{}, {}, context->VARARGS(), {}}; Occurs twice: ../../deps/v8/src/torque/ast-generator.cc:123:32: ../../deps/v8/src/torque/ast-generator.cc:144:32:
- Loading branch information