]> git.ozlabs.org Git - tonyb-yaboot.git/commit
Avoid gcc j_len unused warning
authorAnton Blanchard <anton@samba.org>
Sat, 10 Apr 2010 18:06:34 +0000 (18:06 +0000)
committerTony Breeds <tony@bakeyournoodle.com>
Fri, 16 Jul 2010 05:39:08 +0000 (15:39 +1000)
commit8db57acd6472487aa453ff74276c657c46925eac
treefdb190b24fc843ce7dea13f61743db13f2fa5ee7
parent3901c5b44c63c5bf9f576d0dd7646241b8ee4088
Avoid gcc j_len unused warning

gcc is spewing an unused warning about j_len. We initialise it in both
cases of the if statement, but initialise it to 0 anyway to avoid the warning.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
second/fs_reiserfs.c