simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Jun 3 22:05:04 BST 2018


TL;DR:
  f4314b8 Fix a few compiler warnings from MinGW.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-06-03 22:05:04

commit f4314b8d66f12b045ce22697fae4fd8df47bce58
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f4314b8d66f12b045ce22697fae4fd8df47bce58;hp=0603256964a9f3c7e918affd0f904f6a3a234e1f
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jun 3 21:48:08 2018 +0100

    Fix a few compiler warnings from MinGW.
    
    A few variables that gcc couldn't tell I'd initialised on all the
    important paths, a variable that didn't really need to be there
    anyway, and yet another use of GET_WINDOWS_FUNCTION_NO_TYPECHECK.

 windows/wincons.c | 2 +-
 windows/window.c  | 2 +-
 windows/winnet.c  | 6 +++++-
 windows/winser.c  | 6 +++---
 4 files changed, 10 insertions(+), 6 deletions(-)



More information about the tartarus-commits mailing list