xo-reader2: build: compile nits
This commit is contained in:
parent
daca3a71b9
commit
37b30e32e0
3 changed files with 3 additions and 3 deletions
|
|
@ -195,7 +195,7 @@ namespace xo {
|
|||
|
||||
bool ok = array_->push_back(p_psm->expr_alloc(), lit);
|
||||
|
||||
assert(ok);
|
||||
if (!ok) assert(false);
|
||||
}
|
||||
|
||||
// start syntax to receive next literal
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@ namespace xo {
|
|||
|
||||
this->key_ = nullptr;
|
||||
|
||||
assert(ok);
|
||||
if (!ok) assert(false);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -311,7 +311,7 @@ namespace xo {
|
|||
param_var.data()->name(),
|
||||
param_var.data()->typeref());
|
||||
|
||||
assert(b.is_local());
|
||||
if (!b.is_local()) assert(false);
|
||||
|
||||
this->local_symtab_ = symtab;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue