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 b16d570 commit 9c0c336Copy full SHA for 9c0c336
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