od,test: address warnings from gcc's -Wjump-misses-init
authorJim Meyering <meyering@redhat.com>
Sat, 3 Dec 2011 16:49:57 +0000 (17:49 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 4 Dec 2011 09:31:03 +0000 (10:31 +0100)
commit63098ee58235f5a1877220e8c073f6f23b09264f
treebd2fe30d768fc5cdb499657722e5cdea40664902
parentbea7b10489afcc845db00b03da6ccea71de6cb1d
od,test: address warnings from gcc's -Wjump-misses-init

* src/test.c (unary_operator): gcc reported that initializations
in two case statements were skipped.  Enclose in braces.
* src/od.c (decode_one_format): Likewise.
src/od.c
src/test.c