simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun Feb 5 12:14:35 GMT 2017
TL;DR:
a3d14d7 One more warning fix: spurious 'const' on functions.
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: 2017-02-05 12:14:35
commit a3d14d77f566a41fc61dfdc5c2e0e384c9e6ae8b
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=a3d14d77f566a41fc61dfdc5c2e0e384c9e6ae8b;hp=ca8876f0044c2eb7dbc5a61a432e799973e7e51c
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Feb 5 12:08:13 2017 +0000
One more warning fix: spurious 'const' on functions.
These must have been absent-mindedly copied from function declarations
of the form 'const type *fn(args)', where the 'const' is meaningful
and describes the data pointed to by the returned pointer, to
functions of the form 'const type fn(args)' where the 'const' is
completely pointless.
ssh.h | 12 ++++++------
sshecc.c | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
More information about the tartarus-commits
mailing list