chiark / gitweb /
Shamelessly pander to compilers whose data flow warning systems
authorSimon Tatham <anakin@pobox.com>
Mon, 14 Apr 2008 11:32:06 +0000 (11:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 14 Apr 2008 11:32:06 +0000 (11:32 +0000)
commit83121fb826f8ce669aa1d02816bb6adaeee1257b
treed5e6fbb36cc4c360da9050c8acead761874c12ee
parent4bd99ecae9d1d02f85ed63c9cfd7ef21dfb7d29a
Shamelessly pander to compilers whose data flow warning systems
insist that a variable should be initialised in all branches of an
if, instead of just all the non-assertion-failing ones.

[originally from svn r7989]
solo.c