flow: hide a bunch of the unreachable warnings under the --spammy flag
commit800d5d9780a507b8fb7ddcc97093004b0e2a9bee
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Dec 2013 11:29:34 +0000 (20 14:29 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Dec 2013 11:29:34 +0000 (20 14:29 +0300)
treed287507ec5315038951fbaa42aef395713143bb4
parent3747466a7187cbcc067c19b5bb84446a2de13e95
flow: hide a bunch of the unreachable warnings under the --spammy flag

There are still too many of the warnings.  There is a place in
smatch_states.c which still prints them when ever a state is set on an
unreachable path.  With the current versions of Smatch we set a lot of
states so that happens very often...

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