mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix v -cflags "-Werror" test examples/
This commit is contained in:
@@ -249,11 +249,7 @@ fn (mut g Gen) comp_if(node ast.IfExpr) {
|
||||
}
|
||||
g.defer_ifdef = ''
|
||||
}
|
||||
if node.is_expr {
|
||||
g.write('#endif')
|
||||
} else {
|
||||
g.writeln('#endif')
|
||||
}
|
||||
g.writeln('#endif')
|
||||
}
|
||||
|
||||
fn (mut g Gen) comp_if_cond(cond ast.Expr) bool {
|
||||
|
||||
Reference in New Issue
Block a user