]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Avoid 'bogus' uninitialized warning by initializing rather than
authorWarner Losh <imp@FreeBSD.org>
Fri, 22 Dec 2006 05:54:19 +0000 (05:54 +0000)
committerWarner Losh <imp@FreeBSD.org>
Fri, 22 Dec 2006 05:54:19 +0000 (05:54 +0000)
commit353bb0a3f8167a47aed8052415dac064ea66432d
tree854c3003905a1ec5f028884087c50401b69c1cef
parent7e3d8842daf30780b8c97922a90748a0dcf0b2e2
Avoid 'bogus' uninitialized warning by initializing rather than
playing cute games.  It is much simpler, clearer and easier to follow
and understand.  Besides, gcc4 likes it better.
usr.bin/nl/nl.c