diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2014-12-09 10:48:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-09 13:50:15 -0800 |
commit | 3b9a2b07ef411d9f0066db2a5d98ff5a1f6669a5 (patch) | |
tree | a420b9032c6166142e2b3ca6aa4209d4d1e7aaa6 /contrib/persistent-https/README | |
parent | add a hashtable implementation that supports O(1) removal (diff) | |
download | tgif-3b9a2b07ef411d9f0066db2a5d98ff5a1f6669a5.tar.xz |
test-hashmap: squelch gcc compiler warning
At least on this developer's MacOSX (Snow Leopard, gcc-4.2.1), GCC
prints a warning that 'hash' may be used uninitialized when
compiling test-hashmap that 'hash' may be used uninitialized (but
GCC 4.6.3 on this developer's Ubuntu server does not report this
problem).
The old compiler is wrong, of course, as the switch (method & 3)
statement already handles all the possible cases, but that does not
help in a scenario where it is hard or impossible to upgrade to a
newer compiler (e.g. being stuck on an older MacOSX and having to
rely on Xcode).
So let's just initialize the variable and be done with it, it is
hardly a crucial part of the code because it is only used by the
test suite and invisible to the end users.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https/README')
0 files changed, 0 insertions, 0 deletions