cgen: fix sumtype with embedded struct of option field (fix #22984) #8203
Triggered via pull request
November 28, 2024 06:02
Status
Success
Total duration
31m 19s
Artifacts
–
Annotations
10 errors
clang (macos-14):
out.h#L17386
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
|
clang (macos-14):
out.h#L17386
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
|
clang (macos-14):
out.h#L17386
static declaration of 'anon_fn_6a0ddf9f315b536f__1471' follows non-static declaration
|
clang (macos-14):
out_2.c#L23828
call to undeclared function 'v_typeof_sumtype_v__ast__Expr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14):
out_2.c#L23828
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|
clang (macos-14):
out_2.c#L24018
call to undeclared function 'v_typeof_sumtype_v__ast__Stmt'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14):
out_2.c#L24018
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|
clang (macos-14):
out_2.c#L26925
call to undeclared function 'v_typeof_sumtype_v__ast__Expr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
clang (macos-14):
out_2.c#L26925
incompatible integer to pointer conversion passing 'int' to parameter of type 'charptr' (aka 'char *') [-Wint-conversion]
|
clang (macos-14):
out_2.c#L35724
call to undeclared function 'v_typeof_sumtype_v__ast__Expr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|