From d36bb13f52b3899fd0f57e38f00d97e2c3a0f627 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 18 Mar 2023 12:40:46 -0400 Subject: -Wconversion --- libalee/types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libalee/types.cpp') diff --git a/libalee/types.cpp b/libalee/types.cpp index fe6210e..baaa5ce 100644 --- a/libalee/types.cpp +++ b/libalee/types.cpp @@ -19,7 +19,7 @@ #include "dictionary.hpp" #include "types.hpp" -unsigned Word::size() const noexcept +Addr Word::size() const noexcept { return wend - start; } -- cgit v1.2.3