unreachable code: work around gcc work arounds
commit37d442772807b3c102bbbfc2e4857a2b6d686679
authorDan Carpenter <error27@gmail.com>
Thu, 11 Feb 2010 19:49:11 +0000 (11 22:49 +0300)
committerDan Carpenter <error27@gmail.com>
Thu, 11 Feb 2010 19:49:11 +0000 (11 22:49 +0300)
tree99a54b85ad60e888aa85727409e6a0c8a0dd9873
parent2e49465d770ce21d87b2a0a689579c4335984419
unreachable code: work around gcc work arounds

gcc complains if your function doesn't end in a return (basically) so
everyone adds a dummy return on the end.  Smatch should not complain about
the dummy returns because then there would be no way to win.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_flow.c