X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fiscsi%2Fscsi-lowlevel.c;h=7090401c0bffee9bc06e94042e5b4692a8a6f0b3;hp=620916fe77c05898607056bde90906015e351dc6;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hpb=5d4a434d90373bc99e4bacc97eca5a4abddd700f diff --git a/ccan/iscsi/scsi-lowlevel.c b/ccan/iscsi/scsi-lowlevel.c index 620916fe..7090401c 100644 --- a/ccan/iscsi/scsi-lowlevel.c +++ b/ccan/iscsi/scsi-lowlevel.c @@ -201,7 +201,7 @@ struct scsi_task *scsi_cdb_readcapacity10(int lba, int pmi) * parse the data in blob and calcualte the size of a full readcapacity10 datain structure */ static int scsi_readcapacity10_datain_getfullsize(struct scsi_task *task - UNNEEDED_ATTRIBUTE) + UNUSED) { return 8; }