summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rbutil/ipodpatcher/ipodio-posix.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/rbutil/ipodpatcher/ipodio-posix.c b/rbutil/ipodpatcher/ipodio-posix.c
index 8398eca566..065aae6303 100644
--- a/rbutil/ipodpatcher/ipodio-posix.c
+++ b/rbutil/ipodpatcher/ipodio-posix.c
@@ -115,6 +115,10 @@ int ipod_scsi_inquiry(struct ipod_t* ipod, int page_code,
unsigned char* buf, int bufsize)
{
/* TODO: Implement for BSD */
+ (void)ipod;
+ (void)page_code;
+ (void)buf;
+ (void)bufsize;
return -1;
}
@@ -134,6 +138,10 @@ int ipod_scsi_inquiry(struct ipod_t* ipod, int page_code,
unsigned char* buf, int bufsize)
{
/* TODO: Implement for OS X */
+ (void)ipod;
+ (void)page_code;
+ (void)buf;
+ (void)bufsize;
return -1;
}