[OpenSmalltalk/opensmalltalk-vm] 3a6a4e: Fix an incorrect return for compiling linux VM wit...

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

[OpenSmalltalk/opensmalltalk-vm] 3a6a4e: Fix an incorrect return for compiling linux VM wit...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 3a6a4e05ed7fe09f6f6702bc8207059f88b3c7a5
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3a6a4e05ed7fe09f6f6702bc8207059f88b3c7a5
  Author: Nicolas Cellier <[hidden email]>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M platforms/unix/vm/sqUnixMain.c

  Log Message:
  -----------
  Fix an incorrect return for compiling linux VM with clang

Indeed, a non void function should return a value.
Arbitrarily choose 0 since we don't seem to care.