Skip to content

cgen: fix casting primitive type to alias, where option alias is expe… #5100

cgen: fix casting primitive type to alias, where option alias is expe…

cgen: fix casting primitive type to alias, where option alias is expe… #5100

Triggered via push March 5, 2025 12:13
Status Success
Total duration 52m 10s
Artifacts
Matrix: bootstrap-v
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
bootstrap-v (ubuntu-latest)
format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘isize’ {aka ‘long int’} [-Wformat=]
bootstrap-v (ubuntu-latest)
passing argument 1 of ‘getline’ from incompatible pointer type [-Wincompatible-pointer-types]
bootstrap-v (ubuntu-latest)
format specifies type 'long long' but the argument has type 'isize' (aka 'long') [-Wformat]
bootstrap-v (ubuntu-latest)
assigning to 'u8 *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
bootstrap-v (ubuntu-latest)
incompatible pointer types passing 'u8 **' (aka 'unsigned char **') to parameter of type 'char **' [-Wincompatible-pointer-types]
bootstrap-v (ubuntu-latest)
expression result unused [-Wunused-value]
bootstrap-v (ubuntu-latest)
expression result unused [-Wunused-value]
bootstrap-v (ubuntu-latest)
expression result unused [-Wunused-value]
bootstrap-v (ubuntu-latest)
expression result unused [-Wunused-value]
bootstrap-v (macos-14)
format specifies type 'long long' but the argument has type 'isize' (aka 'long') [-Wformat]
bootstrap-v (macos-14)
assigning to 'u8 *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
bootstrap-v (macos-14)
incompatible pointer types passing 'u8 **' (aka 'unsigned char **') to parameter of type 'char **' [-Wincompatible-pointer-types]
bootstrap-v (macos-14)
expression result unused [-Wunused-value]
bootstrap-v (macos-14)
expression result unused [-Wunused-value]
bootstrap-v (macos-14)
expression result unused [-Wunused-value]
bootstrap-v (macos-14)
expression result unused [-Wunused-value]
bootstrap-v (macos-14)
format specifies type 'long long' but the argument has type 'isize' (aka 'long') [-Wformat]
bootstrap-v (macos-14)
assigning to 'u8 *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
bootstrap-v (macos-14)
incompatible pointer types passing 'u8 **' (aka 'unsigned char **') to parameter of type 'char **' [-Wincompatible-pointer-types]