Codechange: Suppress warnings when asserts are disabled (#8917)

This commit is contained in:
Patric Stout
2021-04-01 11:16:19 +02:00
committed by Patric Stout
parent 7fb12afc4f
commit 183df5c981
14 changed files with 31 additions and 7 deletions

View File

@@ -1847,6 +1847,7 @@ static void ChangeTileOwner_TunnelBridge(TileIndex tile, Owner old_owner, Owner
/* Since all of our vehicles have been removed, it is safe to remove the rail
* bridge / tunnel. */
CommandCost ret = DoCommand(tile, 0, 0, DC_EXEC | DC_BANKRUPT, CMD_LANDSCAPE_CLEAR);
(void)ret; // assert only
assert(ret.Succeeded());
} else {
/* In any other case, we can safely reassign the ownership to OWNER_NONE. */