]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
A bunch of further warning fixes in the Windows code.
authorSimon Tatham <anakin@pobox.com>
Fri, 3 Feb 2017 19:37:59 +0000 (19:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 3 Feb 2017 19:37:59 +0000 (19:37 +0000)
commit095072fa46b2d7b8beafaddb2f873d2f500a1e10
tree652b480aa79ded0a433af2b8107e6619ff58822c
parent7acc0a2aa1377ddd575ab635d364b48fd8686fce
A bunch of further warning fixes in the Windows code.

These ones are stylistic rather than potential bugs: mostly signedness
of char pointers in cases where they clearly aren't going to cause the
wrong thing to actually happen, and one thing in winsecur.c where
clang would have preferred an extra pair of braces around some
initialisers but it's legal with or without. But since some of clang's
warnings turn out to be quite useful, it seems worth silencing these
harmless ones so as to be able to see the rest.
windows/window.c
windows/wingss.c
windows/winprint.c
windows/winsecur.c
windows/winstore.c