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 43e4669 commit 84a8861Copy full SHA for 84a8861
src/node_zlib.cc
@@ -314,7 +314,7 @@ class ZCtx : public AsyncWrap {
314
}
315
break;
316
default:
317
- CHECK(0 && "wtf?");
+ UNREACHABLE();
318
319
320
// pass any errors back to the main thread to deal with.
@@ -525,7 +525,7 @@ class ZCtx : public AsyncWrap {
525
->AdjustAmountOfExternalAllocatedMemory(kInflateContextSize);
526
527
528
529
530
531
ctx->dictionary_ = reinterpret_cast<Bytef *>(dictionary);
0 commit comments