Skip to content

Commit c0252cd

Browse files
codebyteremarco-ippolito
authored andcommitted
src: fix -Wunreachable-code-return in node_sea
PR-URL: #57664 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c2c6d2b commit c0252cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_sea.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,9 @@ bool MaybeLoadSingleExecutableApplication(Environment* env) {
637637

638638
LoadEnvironment(env, LoadSingleExecutableApplication);
639639
return true;
640-
#endif
640+
#else
641641
return false;
642+
#endif
642643
}
643644

644645
void Initialize(Local<Object> target,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy