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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Eliot Miranda-3
 
  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 <[hidden email]>
  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 <[hidden email]>
  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