mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-171: support warning messages alongside deprecated attributes
This commit is contained in:
parent
61d19d25e1
commit
a5e03d25d4
12 changed files with 247 additions and 74 deletions
|
@ -244,7 +244,7 @@ void ComponentManager<T, C>::RegisterComponent(C* component,
|
|||
string id = fmt("%s%s", prefix.c_str(), cname.c_str());
|
||||
tag_enum_type->AddName(module, id.c_str(),
|
||||
component->Tag().AsEnumVal()->InternalInt(), true,
|
||||
false);
|
||||
nullptr);
|
||||
}
|
||||
|
||||
} // namespace plugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue