From 42be69c3f7d3130ebb1867f46abb1cc06c36b0ae Mon Sep 17 00:00:00 2001 From: Peter Conrad Date: Fri, 2 Aug 2019 17:31:28 +0200 Subject: [PATCH] Removed unused var --- include/fc/reflect/reflect.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fc/reflect/reflect.hpp b/include/fc/reflect/reflect.hpp index 3bf0ef7..7578360 100644 --- a/include/fc/reflect/reflect.hpp +++ b/include/fc/reflect/reflect.hpp @@ -175,7 +175,7 @@ template<> struct reflector { \ { \ i = boost::lexical_cast(s); \ } \ - catch( const boost::bad_lexical_cast& e ) \ + catch( const boost::bad_lexical_cast& ) \ { \ fc::throw_bad_enum_cast( s, BOOST_PP_STRINGIZE(ENUM) ); \ } \