[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 073040: Cosmetic use { } to remove warning about possible ...

GitHub noreply at github.com
Tue Nov 8 13:10:10 UTC 2016


  Branch: refs/heads/LLP64_v2
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 07304029c928266f0f1bb8c970763a6954746aa3
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/07304029c928266f0f1bb8c970763a6954746aa3
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-11-08 (Tue, 08 Nov 2016)

  Changed paths:
    M platforms/win32/plugins/HostWindowPlugin/sqWin32HostWindowPlugin.c
    M platforms/win32/plugins/MIDIPlugin/sqWin32MIDI.c
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Cosmetic use { } to remove warning about possible ambiguous nested if/else constructs


  Commit: 1fdb462305307d5eac73e644d578f59466f4767a
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1fdb462305307d5eac73e644d578f59466f4767a
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-11-08 (Tue, 08 Nov 2016)

  Changed paths:
    M platforms/win32/plugins/JoystickTabletPlugin/sqWin32Joystick.c

  Log Message:
  -----------
  Cosmetic: move extern function prototypes upward in file rather than inside functions

There is no such thing as nested function prototypes.
Ideally all these prototypes should be moved in some header


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/91569469c31e...1fdb46230530


More information about the Vm-dev mailing list