Mark FormatArg::error as noreturn
authorChristopher Dykes <cdykes@fb.com>
Wed, 10 Aug 2016 20:18:10 +0000 (13:18 -0700)
committerFacebook Github Bot 0 <facebook-github-bot-0-bot@fb.com>
Wed, 10 Aug 2016 20:23:31 +0000 (13:23 -0700)
commitb62a976d20c5c5b186a9888a34e8557ee59f046d
treefa35acd6382988d176410774654a6b18ff8563c5
parent76a4de976ad66df26aedd949a2c62e19d88ceb30
Mark FormatArg::error as noreturn

Summary: Because, if no inlining is enabled, the absence of this attribute caused compile errors due to functions that were expected to return a value not returning a value.

Reviewed By: meyering

Differential Revision: D3698413

fbshipit-source-id: 8f3505b17a2fa7b9710e3fb56d18c6ca00feacb3
folly/FormatArg.h