Merge pull request #19348 from adamemerson/wip-murdering-diagnostics

Add noreturn attribute to silence uninitialized warning

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-12-08 15:17:49 +08:00 committed by GitHub
commit 1b9ba1a5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ void usage(ostream& out)
unsigned default_op_size = 1 << 22;
static void usage_exit()
[[noreturn]] static void usage_exit()
{
usage(cerr);
exit(1);