chiark / gitweb /
Fix build failure on MacOS by initialising a variable which was
authorSimon Tatham <anakin@pobox.com>
Thu, 18 Feb 2010 18:12:12 +0000 (18:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 18 Feb 2010 18:12:12 +0000 (18:12 +0000)
commitd54bbdadeef015f9360dddfd6284b72f9937ca94
treee110adaa48d7a9db793b41c917f132269274cb03
parent7011d13ae7a662d43238601a63a8992b71e19d56
Fix build failure on MacOS by initialising a variable which was
reported as potentially-unused. (In fact, as far as I can tell, it's
only ever uninitialised in assertion-failing code paths, so not a
real bug.)

[originally from svn r8873]
signpost.c