mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
C backend: fix a couple of C warnings on Linux
This commit is contained in:

committed by
Alexander Medvednikov

parent
243626c7c1
commit
2ac80485c0
@ -18,8 +18,6 @@ pub:
|
||||
|
||||
// Private function, used by V (`nums := []int`)
|
||||
fn new_array(mylen, cap, elm_size int) array {
|
||||
a := 3
|
||||
_ = a
|
||||
//println(a)
|
||||
arr := array {
|
||||
len: mylen
|
||||
|
Reference in New Issue
Block a user