]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Don't use special code for i_unreached() with STATIC_CHECKER
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 3 Jun 2021 13:50:39 +0000 (16:50 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Fri, 4 Jun 2021 12:19:39 +0000 (12:19 +0000)
commitdf1b4b8750fdb87d38ac9accb8a1dea02ac3ce2e
treee6d255b2ccfd82e8cf7e484860905bf8c5675743
parentecc984350e0dc8fe34e7c7d38719c46a839d889f
lib: Don't use special code for i_unreached() with STATIC_CHECKER

This was done originally to help scan-build, but this is no longer
necessary. Also actually running code where __builtin_unreachable() was
reached produced (very weird) undefined behavior.

Reverts e2e9ea6da9f3db5fd7fe467db79232d20d03832f
src/lib/macros.h