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 bf84ed0 commit e90c836Copy full SHA for e90c836
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