mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +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
|
@ -22,7 +22,7 @@ class Stmt;
|
|||
using StmtPtr = IntrusivePtr<Stmt>;
|
||||
using ScopePtr = IntrusivePtr<Scope>;
|
||||
|
||||
enum DeclType {
|
||||
enum DeclType : uint8_t {
|
||||
VAR_REGULAR,
|
||||
VAR_CONST,
|
||||
VAR_REDEF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue