flag an unused parameter
This commit is contained in:
+1
-1
@@ -1326,7 +1326,7 @@ winid win UNUSED;
|
|||||||
static void
|
static void
|
||||||
dump_start_menu(win, mbehavior)
|
dump_start_menu(win, mbehavior)
|
||||||
winid win UNUSED;
|
winid win UNUSED;
|
||||||
unsigned long mbehavior;
|
unsigned long mbehavior UNUSED;
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user