mirror of
https://github.com/xiph/opus.git
synced 2025-06-01 08:07:41 +00:00
![]() - celt/modes.c:430:14: warning: cast from 'const unsigned char *' to 'opus_int16 *' increases required alignment from 1 to 2 [-Wcast-align] - 'C[0][1]' may be used uninitialized [-Wmaybe-uninitialized] - Unused variable/parameter - Value stored is never read - MSVC warnings about "possible loss of data" due to type conversions - MSVC warning C4146: unary minus operator applied to unsigned type - silk/NLSF_del_dec_quant.c:137:20: warning: array subscript is above array bounds [-Warray-bounds] (gcc -O3 false positive) - src/mlp_train.h:39:20: warning: function declaration isn't a prototype [-Wstrict-prototypes] - Remove SMALL_FOOTPRINT code from SSE 4.1 FIR implementation, matching the C implementation. The clang -Wcast-align warnings with SSE intrinsics are a known clang issue: https://llvm.org/bugs/show_bug.cgi?id=20670 |
||
---|---|---|
.. | ||
opus_decode_fuzzer.c | ||
opus_decode_fuzzer.options | ||
opus_encode_regressions.c | ||
run_vectors.sh | ||
test_opus_api.c | ||
test_opus_common.h | ||
test_opus_decode.c | ||
test_opus_encode.c | ||
test_opus_padding.c |