mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix clang-tidy cppcoreguidelines-macro-usage findings (macro functions)
This commit is contained in:
parent
ad99a6821e
commit
460fe24a9a
23 changed files with 75 additions and 47 deletions
|
@ -400,8 +400,6 @@ struct opt_mapping {
|
|||
}
|
||||
};
|
||||
|
||||
#define WITH_OPT_MAPPING(broker_name, zeek_name) if ( auto opt = opt_mapping{&config, broker_name, zeek_name}; true )
|
||||
|
||||
} // namespace
|
||||
|
||||
class BrokerState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue