3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 06:03:23 +00:00

Add missing return

This commit is contained in:
Jakob Rath 2023-09-23 20:11:44 +02:00
parent 4b29fbd4c7
commit 3f0f70ba7c

View file

@ -322,6 +322,7 @@ namespace polysat {
default: default:
verbose_stream() << "invalid value for polysat.bvumulo: " << static_cast<unsigned>(s.config().m_bvumulo_repr) << "\n"; verbose_stream() << "invalid value for polysat.bvumulo: " << static_cast<unsigned>(s.config().m_bvumulo_repr) << "\n";
UNREACHABLE(); UNREACHABLE();
return {};
} }
} }