Commit 097abae3 authored by Joe Lee's avatar Joe Lee

Resolve fallthrough warning in mingw build

parent 95134c01
...@@ -873,6 +873,7 @@ public: ...@@ -873,6 +873,7 @@ public:
// Retry, but make sure we don't try to create the parent again. // Retry, but make sure we don't try to create the parent again.
return tryReplaceNode(path, mode - WriteMode::CREATE_PARENT, kj::mv(tryCreate)); return tryReplaceNode(path, mode - WriteMode::CREATE_PARENT, kj::mv(tryCreate));
} }
// fallthrough
default: default:
KJ_FAIL_WIN32("create(path)", error, path) { return false; } KJ_FAIL_WIN32("create(path)", error, path) { return false; }
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment