Bug 1506: Fix static typechecker output
authorTodd Lyons <tlyons@exim.org>
Wed, 23 Jul 2014 14:09:06 +0000 (07:09 -0700)
committerTodd Lyons <tlyons@exim.org>
Wed, 23 Jul 2014 14:09:06 +0000 (07:09 -0700)
commitcc4a2e40ed9f114108a72ee8cfaa453ce478e833
tree3a3d4cf14dd8d7293fa5e1265a8f43526e7eeb47
parent1f0ebb98148c1ed3ea4e9db0134b3aa90c4d70eb
Bug 1506: Fix static typechecker output

The end of the function can never be reached because the switch is only
  reached if the value it is checking is valid. Putting this return
  silences the warnings.
src/src/expand.c