lib: fix noreturn warnings

We know this code will never return, but gcc does not.
Add an explicit abort() to avoid gcc warning about it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1 file changed