]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
At least one version of gcc won't figure out that "clear" is never
authorSimon Tatham <anakin@pobox.com>
Thu, 17 Jul 2008 17:01:27 +0000 (17:01 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 17 Jul 2008 17:01:27 +0000 (17:01 +0000)
commit853361c5b0122f503d4ea5d51766490fa4e3030d
tree7ae83c830694415d072f3262884cc60b7db80195
parenta071dfdcd2713f4e6569486e2da790fd21a0408d
At least one version of gcc won't figure out that "clear" is never
read uninitialised (because the only circumstance under which it
isn't initialised is when "update" is FALSE, in which case it isn't
read either). Placate it.

[originally from svn r8119]
config.c