We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5352b3 commit 4b34e6fCopy full SHA for 4b34e6f
src/node_zlib.cc
@@ -322,7 +322,7 @@ class ZCtx : public AsyncWrap {
322
}
323
break;
324
default:
325
- CHECK(0 && "wtf?");
+ UNREACHABLE();
326
327
328
// pass any errors back to the main thread to deal with.
@@ -550,7 +550,7 @@ class ZCtx : public AsyncWrap {
550
->AdjustAmountOfExternalAllocatedMemory(kInflateContextSize);
551
552
553
554
555
556
ctx->dictionary_ = reinterpret_cast<Bytef *>(dictionary);
0 commit comments