From db377b973871e8f270a3dd5ba723ed6a7eea8ec5 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 22 Apr 2006 13:42:09 +0000 Subject: [PATCH] (svn r4528) - Fix: fix idiotic gcc warning --- oldloader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/oldloader.c b/oldloader.c index efb45549d9..644d76be85 100644 --- a/oldloader.c +++ b/oldloader.c @@ -213,6 +213,7 @@ static bool LoadChunk(LoadgameState *ls, void *base, const OldChunks *chunks) case OC_ASSERT: DEBUG(oldloader, 4)("[OldLoader] Assert point: %x / %x", ls->total_read, chunk->offset + _bump_assert_value); if (ls->total_read != chunk->offset + _bump_assert_value) ls->failed = true; + default: break; } } else { uint32 res = 0;