Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cfcd571

Browse filesBrowse files
codebytereBethGriggs
authored andcommitted
src: fix -Wunreachable-code-return error
PR-URL: #40034 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 6d399e1 commit cfcd571
Copy full SHA for cfcd571

File tree

Expand file treeCollapse file tree

2 files changed

+0
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-2
lines changed
Open diff view settings
Collapse file

‎src/inspector_agent.cc‎

Copy file name to clipboardExpand all lines: src/inspector_agent.cc
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ inline void* StartIoThreadMain(void* unused) {
8787
if (agent != nullptr)
8888
agent->RequestIoThreadStart();
8989
}
90-
return nullptr;
9190
}
9291

9392
static int StartDebugSignalHandler() {
Collapse file

‎src/node_url.cc‎

Copy file name to clipboardExpand all lines: src/node_url.cc
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ std::string URLHost::ToString() const {
600600
case HostType::H_DOMAIN:
601601
case HostType::H_OPAQUE:
602602
return value_.domain_or_opaque;
603-
break;
604603
case HostType::H_IPV4: {
605604
dest.reserve(15);
606605
uint32_t value = value_.ipv4;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.