stack: turn off by default, and less spammy always
commit4b8ec5a53a2baebc10cb6c0d42560adddf54b307
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Mar 2013 18:10:51 +0000 (12 21:10 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Mar 2013 18:10:51 +0000 (12 21:10 +0300)
treea5a12c920c148805d074fc19368750a374f7ab11
parent35ce89f16c360e0e1a43f1d29ac719a8100425a9
stack: turn off by default, and less spammy always

I created this feature back in 2002 in my old version of Smatch.  I don't
think GCC had this warning in those days.  But it does now so I'm going to
turn this off.

Also the kernel warns about stack usage over 2K I think so warning about
500 bytes is too small.  I've raised the limit to 1K.

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