boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
250 stars 32 forks source link

Coverage: mark unreachable code #227

Closed anarthal closed 2 weeks ago

anarthal commented 5 months ago

Some statements are unreachable, but required to silence some compilers. Mark them with __builtin_unreachable or std::unreachable().

anarthal commented 2 weeks ago

Excluding them from coverage reports should be enough.