Snippets for aom 3.12.1 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/scg7mmmab417zr9hsl17f3ygsq57kn36-libaom-3.12.1.drv.
-
/build/source/aom_dsp/arm/highbd_convolve8_sve.c:335:26: warning: missing braces around initializer [-Wmissing-braces] 335 | int8x16x2_t samples0 = { vreinterpretq_s8_s16(t0[0]), | ^ | { 336 | vreinterpretq_s8_s16(t1[0]) }; | } -
/build/source/aom_dsp/arm/highbd_convolve8_sve.c:337:26: warning: missing braces around initializer [-Wmissing-braces] 337 | int8x16x2_t samples1 = { vreinterpretq_s8_s16(t0[1]), | ^ | { 338 | vreinterpretq_s8_s16(t1[1]) }; | } -
/build/source/aom_dsp/arm/highbd_convolve8_sve.c:339:26: warning: missing braces around initializer [-Wmissing-braces] 339 | int8x16x2_t samples2 = { vreinterpretq_s8_s16(t0[2]), | ^ | { 340 | vreinterpretq_s8_s16(t1[2]) }; | } -
/build/source/aom_dsp/arm/highbd_convolve8_sve.c:341:26: warning: missing braces around initializer [-Wmissing-braces] 341 | int8x16x2_t samples3 = { vreinterpretq_s8_s16(t0[3]), | ^ | { 342 | vreinterpretq_s8_s16(t1[3]) }; | } -
/build/source/aom_dsp/arm/highbd_convolve8_sve.c:352:26: warning: missing braces around initializer [-Wmissing-braces] 352 | int8x16x2_t samples0 = { vreinterpretq_s8_s16(t0[0]), | ^ | { 353 | vreinterpretq_s8_s16(t1[0]) }; | } -
/build/source/aom_dsp/arm/highbd_convolve8_sve.c:354:26: warning: missing braces around initializer [-Wmissing-braces] 354 | int8x16x2_t samples1 = { vreinterpretq_s8_s16(t0[1]), | ^ | { 355 | vreinterpretq_s8_s16(t1[1]) }; | } -
/build/source/av1/encoder/arm/pickrst_sve.h:29:10: warning: missing braces around initializer [-Wmissing-braces] 29 | return (struct int16x8x2_t){ dgd_trn0, dgd_trn1 }; | ^ | { } -
/build/source/aom_dsp/grain_table.c:39:35: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (9 chars into 8 available) [-Wunterminated-string-initialization] 39 | static const char kFileMagic[8] = "filmgrn1"; | ^~~~~~~~~~ -
/build/source/aom_dsp/grain_table.c:145:11: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 145 | (void)fscanf(file, "\n"); | ^~~~~~~~~~~~~~~~~~ -
/nix/store/r7qf82zlzc2dly3nrdran1qxgzjj7626-glibc-2.42-67-dev/include/bits/string_fortified.h:59:10: warning: '__builtin_memset' offset [0, 31] is out of the bounds [0, 0] [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~