mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
addressed some Coverity nits
This commit is contained in:
parent
b0d9a841f5
commit
aab5324e20
7 changed files with 11 additions and 9 deletions
|
@ -321,7 +321,7 @@ private:
|
|||
|
||||
// Returns a handle to state associated with building
|
||||
// up a list of values.
|
||||
OpaqueVals* BuildVals(const ListExprPtr&);
|
||||
std::unique_ptr<OpaqueVals> BuildVals(const ListExprPtr&);
|
||||
|
||||
// "stride" is how many slots each element of l will consume.
|
||||
ZInstAux* InternalBuildVals(const ListExpr* l, int stride = 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue