Alexis La Goutte
changed
bug 8905
Comment # 3
on bug 8905
from Alexis La Goutte
Hi Javier,
the code don't build :
packet-scsi-osd.c:1440:18: error: declaration of 'ti' shadows a previous local
[-Werror=shadow]
packet-scsi-osd.c:1414:16: error: shadowed declaration is here [-Werror=shadow]
+ proto_tree_add_text(tree, tvb, offset,
tvb_length_remaining(tvb, offset), "Don't know how to decode this attribute
list type:0x%02x",type);
What don't use the new proto_tree_add_expert ?
You are receiving this mail because:
- You are watching all bug changes.