mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
2048: fix crash, when compiled with gcc > 6 and -prod
This commit is contained in:
parent
b609836f79
commit
912bc8bca1
@ -128,7 +128,7 @@ mut:
|
|||||||
shifts int
|
shifts int
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
[no_inline]
|
||||||
fn (t TileLine) to_left() TileLine {
|
fn (t TileLine) to_left() TileLine {
|
||||||
right_border_idx := 5
|
right_border_idx := 5
|
||||||
mut res := t
|
mut res := t
|
||||||
|
Loading…
Reference in New Issue
Block a user