deref: dereferencing uninitialized warnings should be under --spammy
commitfa0d1a5d2ce3a4606e20f0af534e7cc6ff8c9bba
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 Jan 2014 09:31:51 +0000 (21 12:31 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 Jan 2014 09:31:51 +0000 (21 12:31 +0300)
treeb1b42e29d965bd271e290f78a2fe8505e5e365fc
parentd1ef140a5cbf0e26e5ae540adaefcb5bac0e56ef
deref: dereferencing uninitialized warnings should be under --spammy

GCC normally warns if you use an uninitialized variable but it doesn't
warn if you dereference an uninitialized variable.  That is the reason for
this Smatch warning.

But it has too many false positives and should always have been under the
--spammy flag.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_deref.c