ci: fix for `-cflags -Werror` jobs
parent
e2e7e5fd65
commit
23a6ce00e2
|
@ -38,7 +38,9 @@ pub:
|
||||||
pos token.Position
|
pos token.Position
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct EmptyExpr {}
|
pub struct EmptyExpr {
|
||||||
|
x int
|
||||||
|
}
|
||||||
|
|
||||||
pub fn empty_expr() Expr {
|
pub fn empty_expr() Expr {
|
||||||
return EmptyExpr{}
|
return EmptyExpr{}
|
||||||
|
|
Loading…
Reference in New Issue