]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
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)
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.


No differences found