Skip to content

Commit b5b4d51

Browse files
committed
src: -Wunreachable-code-break in node_config_file.cc
../../third_party/electron_node/src/node_config_file.cc:142:11: error: 'break' will never be executed [-Werror,-Wunreachable-code-break] 142 | break; | ^~~~~ 1 error generated.
1 parent 244af3c commit b5b4d51

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node_config_file.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ ParseResult ConfigReader::ProcessOptionValue(
131131
"No-op flag %s is currently not supported\n",
132132
option_name.c_str());
133133
return ParseResult::InvalidContent;
134-
break;
135134
}
136135
case options_parser::OptionType::kV8Option: {
137136
FPrintF(stderr,

0 commit comments

Comments
 (0)