diff --git a/src/shared_utils.cpp b/src/shared_utils.cpp index 460ed305..c0f6a693 100644 --- a/src/shared_utils.cpp +++ b/src/shared_utils.cpp @@ -153,6 +153,8 @@ std::ostream& operator<<(std::ostream& os, ThreePointSomaStatus s) { case Conforms: os << "Three Point Soma: conforms to specification"; break; + default: // LCOV_EXCL_LINE + break; // LCOV_EXCL_LINE } return os; }