Commit 3bd11689 authored by Kenton Varda's avatar Kenton Varda

Make old GCC happy.

parent c4c5e404
...@@ -1452,6 +1452,7 @@ private: ...@@ -1452,6 +1452,7 @@ private:
case Format::TEXT : return isPlausiblyText (prefix); case Format::TEXT : return isPlausiblyText (prefix);
case Format::JSON : return isPlausiblyJson (prefix); case Format::JSON : return isPlausiblyJson (prefix);
} }
KJ_UNREACHABLE;
} }
kj::Maybe<Format> guessFormat(kj::ArrayPtr<const byte> prefix) { kj::Maybe<Format> guessFormat(kj::ArrayPtr<const byte> prefix) {
......
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