#7427 (Warning fixes in fusion)

[SVN r80812]
This commit is contained in:
Joel de Guzman
2012-10-02 01:12:19 +00:00
parent b57cd4ede9
commit 752f911a91
5 changed files with 6 additions and 6 deletions

View File

@ -109,7 +109,7 @@ namespace detail
struct unrolled_any<0>
{
template <typename It, typename F>
static bool call(It const& it, F f)
static bool call(It const&, F)
{
return false;
}