diff --git a/test/helper_macro_test.cpp b/test/helper_macro_test.cpp index e3b11128..2f707dc6 100644 --- a/test/helper_macro_test.cpp +++ b/test/helper_macro_test.cpp @@ -23,7 +23,7 @@ int test_unreachable(int i) if(BOOST_LIKELY(i)) return i; throw i; - BOOST_UNREACHABLE_RETURN(0); + BOOST_UNREACHABLE_RETURN(0) // NOTE: no semicolon afterwards!! } BOOST_FORCEINLINE int always_inline(int i){ return ++i; }