smatch: add a --succeed option
commitfe34baa40a0bc3f703ac5769b37ab5fb04606c35
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 7 Dec 2018 13:49:05 +0000 (7 16:49 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 7 Dec 2018 13:49:05 +0000 (7 16:49 +0300)
treeac9a736af977627f9ed72ac715540a8c7916f84b
parente12af3491288df06080888917310b3e6fe3789e5
smatch: add a --succeed option

We recently changed Smatch to exit with an error if there was
an error: warning.  I don't really want that behavior on my
kernel builds so have added the --succeed option to make Smatch
exit with success.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.c
smatch_scripts/kchecker
smatch_scripts/test_kernel.sh