commit | 8db57acd6472487aa453ff74276c657c46925eac | [log] [download] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Sat Apr 10 18:06:34 2010 +0000 |
committer | Tony Breeds <tony@bakeyournoodle.com> | Fri Jul 16 15:39:08 2010 +1000 |
tree | fdb190b24fc843ce7dea13f61743db13f2fa5ee7 | |
parent | 3901c5b44c63c5bf9f576d0dd7646241b8ee4088 [diff] |
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>