Make fbstring libgcc-safe
[folly.git] / folly / SafeAssert.h
index 2c173d6c6fdcb187d9cc85efa07eed968e6007a8..1bac6c77d9dd258db0aac9ad513d7c056f1a1c93 100644 (file)
@@ -43,9 +43,9 @@
 
 namespace folly { namespace detail {
 
-void assertionFailure(const char* expr, const char* msg, const char* file,
-                      unsigned int line, const char* function)
-  FOLLY_NORETURN;
+FOLLY_NORETURN void assertionFailure(const char* expr, const char* msg,
+                      const char* file, unsigned int line,
+                      const char* function);
 
 }}  // namespace folly