X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdevind.c;h=4a8da54aab812c219adec2486b7db862de41646f;hb=e22db86f67a3b77124af022bbd734922c62c424c;hp=8432ea8e4d9f362dcedbfe3cdae129d3988f7468;hpb=d1fff00503280cb951cb8d3f592776ddf3c8595a;p=pspp diff --git a/src/devind.c b/src/devind.c index 8432ea8e4d..4a8da54aab 100644 --- a/src/devind.c +++ b/src/devind.c @@ -116,13 +116,13 @@ struct devind_driver_ext }; static int -devind_open_global (struct outp_class *this unused) +devind_open_global (struct outp_class *this UNUSED) { return 1; } static int -devind_close_global (struct outp_class *this unused) +devind_close_global (struct outp_class *this UNUSED) { return 1; }