mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
fixed some warnings about mixing signed & unsigned integers
This commit is contained in:
parent
23c08a05de
commit
c49918ba8b
6 changed files with 9 additions and 9 deletions
|
@ -233,7 +233,7 @@ ValPtr ZBody::Exec(Frame* f, StmtFlowType& flow) {
|
|||
}
|
||||
|
||||
ValPtr ZBody::DoExec(Frame* f, StmtFlowType& flow) {
|
||||
int pc = 0;
|
||||
unsigned int pc = 0;
|
||||
|
||||
// Return value, or nil if none.
|
||||
const ZVal* ret_u = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue