Some compilers apparently worry that abort() might return
authorschwarze <schwarze@openbsd.org>
Thu, 14 Aug 2014 22:32:28 +0000 (22:32 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 14 Aug 2014 22:32:28 +0000 (22:32 +0000)
commit5082565973de407e5c289d408b329973c3a8ab16
treebf3367083270dbc8dd4ab474e816f9137b012341
parent2e1cc8fdb5521dfbc061fecde30c21ae294ad0cd
Some compilers apparently worry that abort() might return
and then throw a "may be used uninitialized" warning, so
sprinkle some /* NOTREACHED */.  No functional change.
Noticed by Thomas Klausner <wiz at NetBSD dot org>.
usr.bin/mandoc/term_ascii.c