From e0a76af0f9e0d5fefe1f7b6c7654ea6128f840c7 Mon Sep 17 00:00:00 2001 From: Caleb Epstein Date: Fri, 14 Sep 2007 17:18:02 +0000 Subject: [PATCH] Quiet unused argument warnings from gcc. [SVN r39274] --- include/boost/range/as_literal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/range/as_literal.hpp b/include/boost/range/as_literal.hpp index 069f82d..0d6b946 100755 --- a/include/boost/range/as_literal.hpp +++ b/include/boost/range/as_literal.hpp @@ -66,7 +66,7 @@ namespace boost } template< class T > - inline long is_char_ptr( T r ) + inline long is_char_ptr( T /* r */ ) { return 0L; }