It used to be -Wunreachable-code and we used to disable it. Now disable the new flag instead. Chromium change: https://source.chromium.org/chromium/chromium/src/+/827b26ec87d5b89dc21467e931db557b1db914d9 commit 827b26ec87d5b89dc21467e931db557b1db914d9 Author: Nico Weber <thakis@chromium.org> Date: Thu Aug 26 15:09:03 2021 +0000 Use Wunreachable-code-aggressive unconditionally I believe all platforms used to explicitly opt in to the flag by now, so this should be a no-op. Bug: 1066980