From 1c8dcf56cd044b3cd365b5049493a35a400e2977 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Mon, 12 Jan 2015 00:04:04 +0900 Subject: [PATCH] fix pedantic-error --- sprout/tuple/tuple/make_tuple.hpp | 2 +- tools/testspr/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sprout/tuple/tuple/make_tuple.hpp b/sprout/tuple/tuple/make_tuple.hpp index 2aea7a5e..7df2b8ee 100644 --- a/sprout/tuple/tuple/make_tuple.hpp +++ b/sprout/tuple/tuple/make_tuple.hpp @@ -71,7 +71,7 @@ namespace sprout { static SPROUT_CONSTEXPR Result tuple_cat_impl(sprout::index_tuple, sprout::index_tuple, Tuples&&... tuples) { return Result(sprout::tuples::get(sprout::pack_get(SPROUT_FORWARD(Tuples, tuples)...))...); - }; + } } // namespace detail template inline SPROUT_CONSTEXPR typename sprout::types::tuple_cat::type...>::type diff --git a/tools/testspr/test.sh b/tools/testspr/test.sh index 2dedacb5..9057b35d 100755 --- a/tools/testspr/test.sh +++ b/tools/testspr/test.sh @@ -185,7 +185,7 @@ done for include_path in ${include_paths[*]}; do include_options="${include_options} -I${include_path}" done -all_options="-v -Wall -pedantic ${define_options} ${include_options} ${common_options[*]}" +all_options="-v -Wall -pedantic -pedantic-errors ${define_options} ${include_options} ${common_options[*]}" vo=0 vkey="" for option in ${compiler_options[*]}; do