addressed some Coverity nits

This commit is contained in:
Vern Paxson 2024-06-01 12:21:54 -07:00 committed by Tim Wojtulewicz
parent b0d9a841f5
commit aab5324e20
7 changed files with 11 additions and 9 deletions

View file

@ -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);