Skip to content
Snippets Groups Projects
  1. Jun 16, 2023
  2. Jul 22, 2022
  3. Jul 06, 2022
  4. Jul 05, 2022
  5. Jul 01, 2022
  6. Jun 28, 2022
  7. Apr 02, 2022
  8. Apr 01, 2022
  9. Oct 28, 2020
  10. Aug 22, 2020
  11. Aug 10, 2020
  12. Jun 18, 2020
  13. Jun 11, 2020
  14. Feb 26, 2019
  15. Dec 29, 2018
  16. Oct 31, 2018
  17. Jul 26, 2018
  18. Jul 22, 2018
  19. Mar 27, 2018
  20. Dec 07, 2017
  21. Nov 07, 2017
  22. Jul 13, 2017
  23. Jul 12, 2017
  24. Jun 14, 2017
  25. Feb 27, 2017
    • Mark Harris's avatar
      Fix compiler warnings · d6d70371
      Mark Harris authored
      - 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
      Verified
      d6d70371
  26. Feb 19, 2017
  27. Feb 10, 2017
Loading