Subject: Re: Warnings in nfsv3 code--buggy gcc?
To: None <current-users@NetBSD.ORG>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 03/31/1996 02:03:45
I generally don't initialize variables until I care about their values,
unless I can *prove* that I'm initializing them before use, but the
compiler can't tell.  (This happens.)

-s