mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix clang-tidy performance-enum-size warnings in headers
This commit is contained in:
parent
89ac0cb418
commit
f386deba94
76 changed files with 184 additions and 136 deletions
|
@ -141,7 +141,7 @@ void register_spicy_module_end();
|
|||
|
||||
|
||||
/** Identifies a Zeek-side type. */
|
||||
enum class ZeekTypeTag : uint64_t {
|
||||
enum class ZeekTypeTag : uint8_t {
|
||||
Addr,
|
||||
Any,
|
||||
Bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue