silence non-ANSI warnings
commit6ae3aac4c6731d594ef1ef96df37ef101a1288d3
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Aug 2014 08:40:46 +0000 (25 11:40 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Aug 2014 08:40:46 +0000 (25 11:40 +0300)
tree7f644f2bc126c1af0249c16b07b4f1fa452bf275
parent48b0168391afd42f6cc94638925a2a16b7e6d7b2
silence non-ANSI warnings

Sparse doesn't like when you don't put a "void" into a function declaration
if it doesn't take a parameter.  It generates a warning like this:

smatch_states.c:163:32: warning: non-ANSI function declaration of
function '__pop_fake_cur_stree_fast'

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_locking.c
check_unwind.c
smatch.h
smatch_expressions.c
smatch_extra.c
smatch_flow.c
smatch_parse_call_math.c
smatch_returns.c
smatch_slist.c
smatch_states.c
smatch_type.c