mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
suppress usage warning in baseline script
This commit is contained in:
parent
991bd51430
commit
1605b57dec
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ event zeek_init()
|
||||||
|
|
||||||
local l: blah = "testing";
|
local l: blah = "testing";
|
||||||
|
|
||||||
local ls: string = " test";
|
local ls: string = " test" &is_used;
|
||||||
|
|
||||||
event my_event("generate my_event please");
|
event my_event("generate my_event please");
|
||||||
schedule 1sec { my_event("schedule my_event please") };
|
schedule 1sec { my_event("schedule my_event please") };
|
||||||
|
@ -119,7 +119,7 @@ event zeek_init()
|
||||||
|
|
||||||
local l: blah = "testing";
|
local l: blah = "testing";
|
||||||
|
|
||||||
local ls: string = " test";
|
local ls: string = " test" &is_used;
|
||||||
|
|
||||||
event my_event("generate my_event please");
|
event my_event("generate my_event please");
|
||||||
schedule 1sec { my_event("schedule my_event please") };
|
schedule 1sec { my_event("schedule my_event please") };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue