progs/catsign.c: Mark the various `choke' functions as `NORETURN'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 5 Jul 2017 20:27:30 +0000 (21:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 5 Jul 2017 20:27:30 +0000 (21:27 +0100)
commitb94dfe3cd4997c6a48e28616d4d3fe5922978a58
tree7cbeb20eda1736bac9b3e22964072f63d180623f
parent8276a9c565bc29afbc6cc120dfde0801c06c2bbd
progs/catsign.c: Mark the various `choke' functions as `NORETURN'.

If I don't do this, then Clang complains (otherwise correctly) that `y'
might be used uninitialized.
progs/catsign.c