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 3fe7f9f commit f26b576Copy full SHA for f26b576
src/node_zlib.cc
@@ -336,7 +336,7 @@ class ZCtx : public AsyncWrap {
336
}
337
break;
338
default:
339
- CHECK(0 && "wtf?");
+ UNREACHABLE();
340
341
342
// pass any errors back to the main thread to deal with.
@@ -547,7 +547,7 @@ class ZCtx : public AsyncWrap {
547
->AdjustAmountOfExternalAllocatedMemory(kInflateContextSize);
548
549
550
551
552
553
ctx->dictionary_ = reinterpret_cast<Bytef *>(dictionary);
0 commit comments