mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix clang-tidy bugprone-implicit-widening-of-multiplication-result warnings
This commit is contained in:
parent
bdb0fad6d5
commit
18983aed02
6 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue