v: missing -skip-unused
fixes
#8157
Triggered via pull request
November 26, 2024 14:42
Status
Failure
Total duration
24m 32s
Artifacts
–
Annotations
10 errors and 10 warnings
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 'map_clone'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14)
initializing 'map' (aka 'struct map') with an expression of incompatible type 'int'
|
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)
call to undeclared function 'map_clone'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14)
initializing 'map' (aka 'struct map') with an expression of incompatible type 'int'
|
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)
call to undeclared function 'map_clone'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14)
initializing 'map' (aka 'struct map') with an expression of incompatible type 'int'
|
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:`)
|