Codechange: Silence warnings about intentionally unused parameters.
This commit is contained in:
@@ -690,7 +690,7 @@ static bool DisasterTick_Submarine(DisasterVehicle *v)
|
||||
}
|
||||
|
||||
|
||||
static bool DisasterTick_NULL(DisasterVehicle *v)
|
||||
static bool DisasterTick_NULL(DisasterVehicle *)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user