Mark UNREACHABLE with intrinsics

This commit is contained in:
Tiger Wang
2021-02-20 17:46:02 +00:00
parent 6aa1d13508
commit 81e299f00c
18 changed files with 27 additions and 56 deletions
-1
View File
@@ -118,7 +118,6 @@ void cChunkDataSerializer::SendToClients(const int a_ChunkX, const int a_ChunkZ,
continue;
}
}
UNREACHABLE("Unknown chunk data serialization version");
}