From cf99d0c865474105c14b2348fdbd1c83d87d5a29 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 10 Sep 2025 22:11:27 +0200 Subject: fixup! Make clang-tidy happy --- src/umod8.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/umod8.hh') diff --git a/src/umod8.hh b/src/umod8.hh index 14406c4..117591f 100644 --- a/src/umod8.hh +++ b/src/umod8.hh @@ -1,12 +1,13 @@ #ifndef UMOD8_HH #define UMOD8_HH +#include "u.hh" // IWYU pragma: export + #include // IWYU pragma: export #include #include #include - -#include "u.hh" // IWYU pragma: export +#include namespace umod8 { @@ -124,6 +125,7 @@ std::expected read_replace(T& start, case u::ReadError::Invalid: return 0xfffd; } + std::unreachable(); } template -- cgit v1.3