mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers
This commit is contained in:
parent
74bf987b82
commit
e84c99fb14
31 changed files with 220 additions and 117 deletions
|
@ -51,7 +51,7 @@ extern DebugCmdInfoQueue g_DebugCmdInfos;
|
|||
|
||||
void init_global_dbg_constants();
|
||||
|
||||
#define num_debug_cmds() (static_cast<int>(g_DebugCmdInfos.size()))
|
||||
extern int num_debug_cmds();
|
||||
|
||||
// Looks up the info record and returns it; if cmd is not found returns 0.
|
||||
const DebugCmdInfo* get_debug_cmd_info(DebugCmd cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue