mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +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
|
@ -39,7 +39,7 @@ enum_str = f"""
|
|||
// This file was automatically generated from {inputfile}
|
||||
// DO NOT EDIT.
|
||||
//
|
||||
enum DebugCmd {{
|
||||
enum DebugCmd : uint8_t {{
|
||||
"""
|
||||
|
||||
init_str = f"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue