Unified error reporting in post creation #86
Annotations
10 warnings
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/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#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#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
Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-RuntimeHermes' from project 'Pods')
|
build:
ios/Pods/libwebp/src/enc/backward_references_enc.c#L720
variable 'best_offset' may be uninitialized when used here [-Wconditional-uninitialized]
|
build:
ios/Pods/libwebp/src/dsp/dec_neon.c#L1556
variable 'sum_top' may be uninitialized when used here [-Wconditional-uninitialized]
|
build:
ios/Pods/libwebp/src/dsp/dec_neon.c#L1556
variable 'sum_left' may be uninitialized when used here [-Wconditional-uninitialized]
|
build:
ios/Pods/libwebp/src/dsp/dec_neon.c#L1467
variable 'sum_top' may be uninitialized when used here [-Wconditional-uninitialized]
|
build:
ios/Pods/libwebp/src/dsp/dec_neon.c#L1467
variable 'sum_left' may be uninitialized when used here [-Wconditional-uninitialized]
|