Update to 12.0-beta1
This commit is contained in:
@@ -53,8 +53,7 @@ bool VehicleListIdentifier::UnpackIfValid(uint32 data)
|
||||
/* static */ VehicleListIdentifier VehicleListIdentifier::UnPack(uint32 data)
|
||||
{
|
||||
VehicleListIdentifier result;
|
||||
bool ret = result.UnpackIfValid(data);
|
||||
(void)ret; // assert only
|
||||
[[maybe_unused]] bool ret = result.UnpackIfValid(data);
|
||||
assert(ret);
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user