mark usage() as no return

This commit is contained in:
Mike Frysinger 2007-09-26 09:07:31 +00:00
parent 727a2d90ee
commit 5b57534ce7

View File

@ -7,6 +7,7 @@
* Released under the GPLv2
*/
__attribute__ ((__noreturn__))
static void usage (int exit_status)
{
const char * const has_arg[] = { "", "<arg>", "[arg]" };