]> git.ozlabs.org Git - ccan/blobdiff - ccan/iscsi/scsi-lowlevel.c
compiler: shorten names of attributes, add UNUSED
[ccan] / ccan / iscsi / scsi-lowlevel.c
index 620916fe77c05898607056bde90906015e351dc6..7090401c0bffee9bc06e94042e5b4692a8a6f0b3 100644 (file)
@@ -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;
 }