mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

- Added explicit test case of "unused assignement" warning and &is_used suppression during merge. * origin/topic/vern/use-defs: activate &is_used removed unnecessary statement flagged by Coverity (thanks, Jon!) Adjust reference/move nitpicks in use-def/reduce code Adjust some whitespace in UseDefs.cc updates to "usage" test suite alternative now that more warnings are generated suppress usage warning in baseline script "xform" alternative baseline update, needed for recent change to master baseline update due to shift in number of lines in base intel framework script environment variable (which has precedence) not flags for baseline usage test splitting out "usage" test suite alternative into -u/-uu versions adding &is_used attribute for base scripts - not actually needed yet, but will be once optimization is added removing unused assignments from base scripts driver glue for invoking use-def construction classes for managing and propagating use-defs enhancements/changes to the Reduce class in preparation for use-defs some tidying with smart pointers flag/environment variable for dumping use-defs &is_used attribute to suppress set-but-not-used usage warnings whitespace micro-preening
2 lines
213 B
Text
2 lines
213 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
warning: please_warn assignment unused: please_warn = test; <...>/unused-assignement.zeek, line 7
|