mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix for -cflags -Werror
jobs
This commit is contained in:
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
Block a user