chore(frontends/lean/builtin_exprs): fix compilation warning
This commit is contained in:
parent
ba1df30099
commit
09687f70af
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ static expr parse_sorry(parser & p, unsigned, expr const *, pos_info const & pos
|
|||
return p.mk_sorry(pos);
|
||||
}
|
||||
|
||||
static expr parse_rparen(parser & p, unsigned, expr const * args, pos_info const & pos) {
|
||||
static expr parse_rparen(parser & /* p */, unsigned, expr const * args, pos_info const & /* pos */) {
|
||||
return args[0];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue