Snippets for aften 0.0.8 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/prrw1d277wddg4q84a0fl4d8ylj4pc8k-aften-0.0.8.drv.
-
/build/aften-0.0.8/pcm/pcm.c:80:1: warning: conflicting types for 'pcmfile_init' due to enum/integer mismatch; have 'int(PcmFile *, FILE *, enum PcmSampleFormat, int)' [-Wenum-int-mismatch] 80 | pcmfile_init(PcmFile *pf, FILE *fp, enum PcmSampleFormat read_format, | ^~~~~~~~~~~~ -
/build/aften-0.0.8/libaften/a52enc.c:375:25: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 375 | ctx = calloc(sizeof(A52Context), 1); | ^~~~~~~~~~ -
/build/aften-0.0.8/libaften/a52enc.c:508:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 508 | tctx = calloc(sizeof(A52ThreadContext), ctx->n_threads); | ^~~~~~~~~~~~~~~~ -
/build/aften-0.0.8/libaften/threading.h:60:36: warning: cast between incompatible function types from 'int (*)(void *)' to 'void * (*)(void *)' [-Wcast-function-type] 60 | pthread_create(threadid, NULL, (void *(*) (void *))threadfunc, threadparam) | ^ -
/build/aften-0.0.8/libaften/exponent_common.c:220:22: warning: cast from function call of type 'float' to non-matching type 'unsigned int' [-Wbad-function-cast] 220 | v1 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j ] * FCONST(16777216.0)); | ^ -
/build/aften-0.0.8/libaften/exponent_common.c:221:22: warning: cast from function call of type 'float' to non-matching type 'unsigned int' [-Wbad-function-cast] 221 | v2 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j+1] * FCONST(16777216.0)); | ^ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:318:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 318 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:322:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 322 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:326:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 326 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:330:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 330 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:334:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 334 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:338:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 338 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:53:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 53 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:56:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 56 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:59:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 59 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:62:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 62 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:65:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 65 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:68:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 68 | ++i; | ^~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:129:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 129 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:133:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 133 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:164:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 164 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:170:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 170 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/exponent.c:145:23: warning: 'exp1' may be used uninitialized [-Wmaybe-uninitialized] 145 | exp1[0] = MIN(exp1[0], exp[0]+2);
-
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:98:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 98 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:102:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 102 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:106:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 106 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:110:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 110 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:114:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 114 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:118:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 118 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:149:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 149 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:155:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 155 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:161:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 161 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:167:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 167 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:173:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 173 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:179:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 179 | k += 2; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:209:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 209 | k += 4; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:215:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 215 | k += 4; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:252:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 252 | k += 4; | ~~^~~~ -
/build/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:260:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 260 | k += 4; | ~~^~~~ -
/nix/store/qrn789mrv652j7f5bcjp367npzpcyvdi-gcc-15.3.0/lib/gcc/x86_64-unknown-linux-gnu/15.3.0/include/xmmintrin.h:850:19: warning: 'XMM0' may be used uninitialized [-Wmaybe-uninitialized] 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/qrn789mrv652j7f5bcjp367npzpcyvdi-gcc-15.3.0/lib/gcc/x86_64-unknown-linux-gnu/15.3.0/include/xmmintrin.h:850:19: warning: 'XMM2' may be used uninitialized [-Wmaybe-uninitialized] 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~