Skip to content

Commit

Permalink
staging: usbip: userspace: bind-driver.c: mark remote_host as unused
Browse files Browse the repository at this point in the history
Use __attribute__((unused)) to suppress error until it can be determined
that remote_host is not needed.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed May 19, 2011
1 parent 2006d35 commit 3fadc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/usbip/userspace/src/bind-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ static int allusbip(void)
int main(int argc, char **argv)
{
char *busid = NULL;
char *remote_host = NULL;
char *remote_host __attribute__((unused)) = NULL;

enum {
cmd_unknown = 0,
Expand Down

0 comments on commit 3fadc12

Please sign in to comment.