From 985e0fc9942d331fdac5b4cce1b3dfad66dbed58 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 13:03:25 +0000 Subject: chomp a warning --- src/game/g_cmds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 3bcb1c64..378a5305 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -2563,6 +2563,7 @@ void Cmd_Build_f( gentity_t *ent ) break; default: + err = -1; // stop uninitialised warning break; } -- cgit