mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Fix some warnings from bro_version deprecation
This commit is contained in:
parent
33f97fc3fb
commit
0d3d9f67b0
3 changed files with 35 additions and 15 deletions
|
@ -383,7 +383,10 @@ void Plugin::RequestEvent(EventHandlerPtr handler)
|
|||
|
||||
void Plugin::RequestBroObjDtor(Obj* obj)
|
||||
{
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
plugin_mgr->RequestBroObjDtor(obj, this);
|
||||
#pragma GCC diagnostic pop
|
||||
}
|
||||
|
||||
void Plugin::RequestObjDtor(Obj* obj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue