Fix clang-tidy bugprone-implicit-widening-of-multiplication-result warnings

This commit is contained in:
Tim Wojtulewicz 2025-04-16 12:23:40 -07:00
parent bdb0fad6d5
commit 18983aed02
6 changed files with 10 additions and 9 deletions

View file

@ -9,7 +9,7 @@
namespace zeek {
constexpr int UID_LEN = 2;
constexpr size_t UID_LEN = 2;
/**
* A class for creating/managing UIDs of arbitrary bit-length and converting