From a43bdf2ab77c175ae944acf25c95710b4d65e202 Mon Sep 17 00:00:00 2001 From: dnotestein Date: Sat, 7 Jun 2014 12:55:35 -0400 Subject: [PATCH] fix fc compilation for windows (add NO_RETURN to rethrow declaration) --- include/fc/exception/exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fc/exception/exception.hpp b/include/fc/exception/exception.hpp index 10f9c9e..c6b4f7c 100644 --- a/include/fc/exception/exception.hpp +++ b/include/fc/exception/exception.hpp @@ -186,7 +186,7 @@ namespace fc _registered_exceptions[T::code_value] = &builder; } - void rethrow( const exception& e )const; + void NO_RETURN rethrow( const exception& e )const; static exception_factory& instance() {