Loading src/3rdparty/cctbx/pystreambuf.h +2 −2 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ class streambuf : public std::basic_streambuf<char> upper_bound = reinterpret_cast<std::streamsize>(farthest_pptr) + 1; } else { std::runtime_error( throw std::runtime_error( "Control flow passes through branch that should be unreachable."); } Loading @@ -428,7 +428,7 @@ class streambuf : public std::basic_streambuf<char> return false; } else { std::runtime_error( throw std::runtime_error( "Control flow passes through branch that should be unreachable."); } Loading Loading
src/3rdparty/cctbx/pystreambuf.h +2 −2 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ class streambuf : public std::basic_streambuf<char> upper_bound = reinterpret_cast<std::streamsize>(farthest_pptr) + 1; } else { std::runtime_error( throw std::runtime_error( "Control flow passes through branch that should be unreachable."); } Loading @@ -428,7 +428,7 @@ class streambuf : public std::basic_streambuf<char> return false; } else { std::runtime_error( throw std::runtime_error( "Control flow passes through branch that should be unreachable."); } Loading