v: missing -skip-unused
fixes
#8153
Triggered via pull request
November 26, 2024 12:30
Status
Cancelled
Total duration
15m 19s
Artifacts
–
Annotations
11 errors and 10 warnings
clang (macos-14)
Canceling since a higher priority waiting request for 'CI macOS-refs/pull/22978/merge' exists
|
clang (macos-14)
call to undeclared function 'array_set'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14)
call to undeclared function 'array_set'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14)
call to undeclared function 'new_map_noscan_key'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14)
use of undeclared identifier 'map_hash_int_4'
|
clang (macos-14)
use of undeclared identifier 'map_eq_int_4'
|
clang (macos-14)
use of undeclared identifier 'map_clone_int_4'
|
clang (macos-14)
call to undeclared function 'new_map_noscan_key'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14)
use of undeclared identifier 'map_hash_int_4'
|
clang (macos-14)
use of undeclared identifier 'map_eq_int_4'
|
clang (macos-14)
use of undeclared identifier 'map_clone_int_4'
|
clang (macos-14):
vlib/v/parser/tests/mut_args_warning.vv#L1
use `mut f Foo` instead of `f mut Foo`
|
clang (macos-14):
vlib/v/parser/tests/mut_args_warning.vv#L1
use `mut f Foo` instead of `f mut Foo`
|
clang (macos-14):
vlib/v/checker/tests/array_init_without_init_value_err.vv#L5
arrays of sumtypes need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
clang (macos-14):
vlib/v/checker/tests/array_init_without_init_value_err.vv#L7
fixed arrays of sumtypes need to be initialized right away (unless inside `unsafe`)
|
clang (macos-14):
vlib/v/checker/tests/array_init_without_init_value_err.vv#L20
arrays of references need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
clang (macos-14):
vlib/v/checker/tests/array_init_without_init_value_err.vv#L21
fixed arrays of references need to be initialized right away (unless inside `unsafe`)
|
clang (macos-14):
vlib/v/checker/tests/array_init_without_init_value_err.vv#L22
arrays of references need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
clang (macos-14):
vlib/v/checker/tests/array_init_without_init_value_err.vv#L23
arrays of references need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
clang (macos-14):
vlib/v/checker/tests/array_init_without_init_value_err.vv#L40
arrays of interfaces need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
clang (macos-14):
vlib/v/checker/tests/array_init_without_init_value_err.vv#L12
arrays of sumtypes need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|