From: John Darrington Date: Sat, 3 Sep 2011 04:54:16 +0000 (+0200) Subject: Avoid compiler warnings about uninitialised variables. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f1fc2655c5e4aea0b39e5d309a1cc4826f16d4e;hp=6f1fc2655c5e4aea0b39e5d309a1cc4826f16d4e;p=pspp Avoid compiler warnings about uninitialised variables. Some compilers produced warnings about possible use of uninitialised variables (although such use was in fact not possible) These warnings were harmless (perhaps even erroneous) but it's no problem to avoid them. ---