Skip to content
Snippets Groups Projects
  1. Sep 13, 2012
  2. Sep 12, 2012
  3. Sep 11, 2012
  4. Sep 10, 2012
  5. Sep 08, 2012
  6. Sep 06, 2012
  7. Sep 01, 2012
  8. Aug 30, 2012
  9. Aug 29, 2012
  10. Aug 27, 2012
  11. Aug 24, 2012
  12. Aug 23, 2012
  13. Aug 21, 2012
  14. Aug 19, 2012
  15. Aug 17, 2012
    • Ralph Giles's avatar
      Fix an MSVC warning. · 3a9b3545
      Ralph Giles authored
      Microsoft Visual Studio 2010 warns about 'C4146: unary minus
      operator applied to unsigned type, result still unsigned'
      because of the '&-sizeof(void*)' in align().
      
      This commit works around the warning by casting the size_t
      to int before negation.
      
      Patch by Hauke, who reported the issue on the opus mailing
      list. Reviewed by derf.
      3a9b3545
  16. Aug 16, 2012
  17. Aug 15, 2012
Loading