]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit46eb06a2c88d3a20c1040329d2764391d9e7edae
tree7ae83c830694415d072f3262884cc60b7db80195
parent3e9a5a8c7bd2cdb6efe069b8663e39a2989a58ea
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@8119 cda61777-01e9-0310-a592-d414129be87e
config.c