Fix build failure with GCC 5
authorPádraig Brady <pbrady@fb.com>
Thu, 2 Feb 2017 19:35:54 +0000 (11:35 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 2 Feb 2017 19:47:53 +0000 (11:47 -0800)
commit30db459fbc305767647753f41f4cc63c5c8ba3b9
tree714fd4d7c2aa37873ff11566f155f42f48da0601
parent23688fa8212bbf501f126cc4952d57e0480c5371
Fix build failure with GCC 5

Summary:
GCC 5 doesn't recognize LOG(FATAL) as [[noreturn]],
so remove [[noreturn]] to avoid that warning and build failure.

Reviewed By: yfeldblum

Differential Revision: D4484625

fbshipit-source-id: ca129ca3a52239becd7d80f99107e64745bf8838
folly/detail/ThreadLocalDetail.h