[xoreos-git] [xoreos/xoreos] 5afa29: SOUND: Fix WMA decoding broken in be8e6df1

GitHub noreply at github.com
Wed Jun 6 21:53:02 CEST 2018


  Branch: refs/heads/travis_test
  Home:   https://github.com/xoreos/xoreos
  Commit: 5afa29d45da69ef986eeb8ba067bae0674b2691c
      https://github.com/xoreos/xoreos/commit/5afa29d45da69ef986eeb8ba067bae0674b2691c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
    M src/sound/decoders/wma.cpp

  Log Message:
  -----------
  SOUND: Fix WMA decoding broken in be8e6df1

Because of Duff's Device, the break would be for the loop, not for the
switch. Putting a break there to shut the compiler up about the
fall-through is wrong. Instead, a fall-through annotation needs to go
before the first case.


  Commit: 6a97c7787a4282b99b2e01aea4e97abc10aa0ece
      https://github.com/xoreos/xoreos/commit/6a97c7787a4282b99b2e01aea4e97abc10aa0ece
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  BUILD: Add travis osx support


  Commit: f718f5ebbb01affa259976b6f7abaf73072b3048
      https://github.com/xoreos/xoreos/commit/f718f5ebbb01affa259976b6f7abaf73072b3048
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
    M cmake/FindSDL2.cmake

  Log Message:
  -----------
  BUILD: Add brew path for SDL2


  Commit: 2fb329bd61aa8ddfd98347a0df8199075eaada41
      https://github.com/xoreos/xoreos/commit/2fb329bd61aa8ddfd98347a0df8199075eaada41
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  BUILD: Only install packages on Travis if we're actually building

All but one Travis build on the Coverity Scan branch bail before
compilation. We don't need to install packages there then.


Compare: https://github.com/xoreos/xoreos/compare/5afa29d45da6^...2fb329bd61aa
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the xoreos-git mailing list