diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-18 12:40:46 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-18 12:40:46 -0400 |
commit | d36bb13f52b3899fd0f57e38f00d97e2c3a0f627 (patch) | |
tree | e1a2780f42bf82c6fcbbd9c2219d55dbc8f03c53 /libalee/types.cpp | |
parent | 74753670d582e4ceeaba383e4ce360eb13004a35 (diff) |
-Wconversion
Diffstat (limited to 'libalee/types.cpp')
-rw-r--r-- | libalee/types.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |