Alexis La Goutte
changed
bug 8971
Comment # 3
on bug 8971
from Alexis La Goutte
Hi,
The code don't compile for me :
packet-scsi-osd.c:260:27: error: static declaration of 'attributes_page_vals'
follows non-static declaration
In file included from packet-scsi-osd.c:40:0:
packet-scsi-osd.h:32:27: note: previous declaration of 'attributes_page_vals'
was here
packet-scsi.c: In function 'dissect_scsi_descriptor_snsinfo':
packet-scsi.c:4854:29: error: declaration of 'item' shadows a previous local
[-Werror=shadow]
packet-scsi.c:4810:20: error: shadowed declaration is here [-Werror=shadow]
packet-scsi.c:4860:17: error: implicit declaration of function
'osd_lookup_attribute' [-Werror=implicit-function-declaration]
packet-scsi.c:4860:20: error: assignment makes pointer from integer without a
cast [-Werror]
You are receiving this mail because:
- You are watching all bug changes.