Add "__noreturn__" attribute to die() and usage()
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 17:12:31 +0000 (10:12 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 17:12:31 +0000 (10:12 -0700)
Only with gcc. It fixes some warnings for certain versions
of gcc, but not apparently all.

No differences found