Add -Wno-uninitialized
commit6ab5eb55d19bb27798c6340215b3c0f039710a18
authorJosh Triplett <josh@freedesktop.org>
Tue, 29 Aug 2006 23:21:29 +0000 (29 16:21 -0700)
committerJosh Triplett <josh@freedesktop.org>
Thu, 14 Sep 2006 20:20:53 +0000 (14 13:20 -0700)
treeb78020eef9feab1e83df9afa7848b632ee318daf
parent27ff96a96c95d0171f3215458dd5a2ebc4bfafbf
Add -Wno-uninitialized

Add the ability to turn off warnings for possibly uninitialized variables
using -Wno-uninitialized, helpful when attempting to track down a particular
class of warnings only without losing them amongst others.  Warnings for
possibly uninitialized variables default to on, so this does not change the
default behavior of sparse.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
check.c
lib.c
lib.h