[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 227bcd: Fix compilation error of ALSA sound with clang

GitHub noreply at github.com
Mon Apr 2 12:23:58 UTC 2018


  Branch: refs/heads/compile_sista_with_clang
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 227bcd7981ff43d6d240b0500565f5ad6c82b759
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/227bcd7981ff43d6d240b0500565f5ad6c82b759
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c

  Log Message:
  -----------
  Fix compilation error of ALSA sound with clang

/media/psf/Home/Smalltalk/OpenSmalltalk/opensmalltalk-vm/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c:673:3: error: non-void function 'mixer_default_volume_get_set' should return a value [-Wreturn-type]
                return;
                ^


  Commit: 29f25c965f727d8548c96d54564ba09b8e3b7142
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/29f25c965f727d8548c96d54564ba09b8e3b7142
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M build.linux32x86/pharo.sista.spur/build/mvm

  Log Message:
  -----------
  Compile linux32x86/pharo.sista.spur with clang


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/37d4a3d39933...29f25c965f72


More information about the Vm-dev mailing list