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

GitHub noreply at github.com
Wed Dec 14 21:57:36 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 3a6a4e05ed7fe09f6f6702bc8207059f88b3c7a5
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3a6a4e05ed7fe09f6f6702bc8207059f88b3c7a5
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  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.




More information about the Vm-dev mailing list