From: Linus Torvalds Date: Mon, 6 Jun 2005 17:12:31 +0000 (-0700) Subject: Add "__noreturn__" attribute to die() and usage() X-Git-Tag: v0.99~339 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/90334cf780428f1ca68e5f29fb543e3605fb2fc1?ds=inline;hp=90334cf780428f1ca68e5f29fb543e3605fb2fc1 Add "__noreturn__" attribute to die() and usage() Only with gcc. It fixes some warnings for certain versions of gcc, but not apparently all. ---