From 665bb6a5202ad0ca30e60bec338ca65853c1b131 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 28 Apr 2026 22:42:48 +0200 Subject: Make clang-tidy happy --- src/uio.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uio.hh') diff --git a/src/uio.hh b/src/uio.hh index 8a55f03..091d0ce 100644 --- a/src/uio.hh +++ b/src/uio.hh @@ -9,7 +9,7 @@ namespace u { -enum class ReaderInputFormat { +enum class ReaderInputFormat : uint8_t { UTF8, UTF16_BE, UTF16_LE, -- cgit v1.3