Fix -Winvalid-return warnings in Singleton
Summary: Resolves these warnings: ``` folly\Singleton.cpp(102,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ folly\Singleton.cpp(108,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ folly\Singleton.cpp(126,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ folly\Singleton.cpp(134,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ folly\Singleton.cpp(145,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ``` Reviewed By: mzlee, yfeldblum Differential Revision: D21130719 fbshipit-source-id: a0f198d69c4fde44f9a5250b6915e36b6ee68642
Showing
Please register or sign in to comment