mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
&is_set attribute to suppress -u possibly-used-but-not-set warnings
This commit is contained in:
parent
28bb39b548
commit
ca33a15626
4 changed files with 9 additions and 2 deletions
|
@ -280,11 +280,12 @@ when return TOK_WHEN;
|
|||
&default return TOK_ATTR_DEFAULT;
|
||||
&delete_func return TOK_ATTR_DEL_FUNC;
|
||||
&deprecated return TOK_ATTR_DEPRECATED;
|
||||
&raw_output return TOK_ATTR_RAW_OUTPUT;
|
||||
&raw_output return TOK_ATTR_RAW_OUTPUT;
|
||||
&error_handler return TOK_ATTR_ERROR_HANDLER;
|
||||
&expire_func return TOK_ATTR_EXPIRE_FUNC;
|
||||
&log return TOK_ATTR_LOG;
|
||||
&optional return TOK_ATTR_OPTIONAL;
|
||||
&is_set return TOK_ATTR_IS_SET;
|
||||
&priority return TOK_ATTR_PRIORITY;
|
||||
&type_column return TOK_ATTR_TYPE_COLUMN;
|
||||
&read_expire return TOK_ATTR_EXPIRE_READ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue