flow: function declarations are not function definitions
commitf0a66ec2e249794b1350c543bcc8f1d68081dd3a
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 4 Nov 2014 07:46:47 +0000 (4 10:46 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 4 Nov 2014 07:46:47 +0000 (4 10:46 +0300)
tree4ece18cde8bdc5c98fae9b25e1ee65626c5b1f15
parent762834e9828b7903dd1edc44122f13234e48ae9c
flow: function declarations are not function definitions

When Smatch saw this:

void frob(void);

Then it was adding a return path to database.

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