Skip to content

Fix build CI

Fix build CI #42

Triggered via pull request March 8, 2025 20:51
Status Success
Total duration 23m 2s
Artifacts

ios.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ios/Pods/libdav1d/dav1d/src/thread_task.c#L489
incompatible pointer types passing 'uint8_t[3][4096]' (aka 'unsigned char[3][4096]') to parameter of type 'uint8_t (*)[256]' (aka 'unsigned char (*)[256]') [-Wincompatible-pointer-types]
build: ios/Pods/libdav1d/dav1d/src/thread_task.c#L490
incompatible pointer types passing 'int16_t[3][74][82]' (aka 'short[3][74][82]') to parameter of type 'entry (*)[74][82]' (aka 'signed char (*)[74][82]') [-Wincompatible-pointer-types]
build: ios/Pods/libdav1d/dav1d/src/thread_task.c#L524
incompatible pointer types passing 'uint8_t[3][4096]' (aka 'unsigned char[3][4096]') to parameter of type 'const uint8_t (*)[256]' (aka 'const unsigned char (*)[256]') [-Wincompatible-pointer-types]
build: ios/Pods/libdav1d/dav1d/src/thread_task.c#L525
incompatible pointer types passing 'int16_t[3][74][82]' (aka 'short[3][74][82]') to parameter of type 'const entry (*)[74][82]' (aka 'const signed char (*)[74][82]') [-Wincompatible-pointer-types]
build: ios/Pods/libdav1d/dav1d/src/lf_mask.c#L263
possible misuse of comma operator here [-Wcomma]
build: ios/Pods/libdav1d/dav1d/src/decode.c#L2654
incompatible pointer types assigning to 'coef *' (aka 'short *') from 'uint8_t *' (aka 'unsigned char *') [-Wincompatible-pointer-types]
build: ios/Pods/libdav1d/dav1d/src/decode.c#L3135
possible misuse of comma operator here [-Wcomma]
build: ios/Pods/libavif/src/write.c#L223
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
build: ios/Pods/libavif/src/read.c#L242
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
build: ios/Pods/libavif/src/read.c#L700
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]