mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Merge branch 'master' into topic/jsiwek/coverity
This commit is contained in:
commit
9c2a3124e0
21 changed files with 423 additions and 3428 deletions
|
@ -2442,7 +2442,7 @@ RefExpr::RefExpr(Expr* arg_op) : UnaryExpr(EXPR_REF, arg_op)
|
|||
if ( IsError() )
|
||||
return;
|
||||
|
||||
if ( ! is_assignable(op->Type()) )
|
||||
if ( ! ::is_assignable(op->Type()) )
|
||||
ExprError("illegal assignment target");
|
||||
else
|
||||
SetType(op->Type()->Ref());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue