Skip to content

src: remove unprofessional slang in assertions

Hi 👋 Sorry for being absent for quite a bit of time, but I'm back here to send some pull requests and whatnot :D

Convert CHECK(0 && "wtf?") (sic) assertions to more suitable UNREACHABLE() macro invocations in node_zlib.cc.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

src

Merge request reports

Loading