From 1fdde71028f95b047be6a45874d256a39d0d877d Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Tue, 4 Oct 2005 19:20:17 +0000 Subject: [PATCH] FIX remove the return 0 avoid compiler warnings, they can cause other warnings! [SVN r31197] --- include/boost/numeric/ublas/symmetric.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/numeric/ublas/symmetric.hpp b/include/boost/numeric/ublas/symmetric.hpp index 495e9d63..663fc0ef 100644 --- a/include/boost/numeric/ublas/symmetric.hpp +++ b/include/boost/numeric/ublas/symmetric.hpp @@ -1342,7 +1342,6 @@ namespace boost { namespace numeric { namespace ublas { } else /* if (current_ == 1 && it.current_ == 1) */ { return it2_ - it.it2_; } - return 0; /* avoid compiler warnings */ } // Dereference @@ -1781,7 +1780,6 @@ namespace boost { namespace numeric { namespace ublas { } else /* if (current_ == 1 && it.current_ == 1) */ { return it2_ - it.it2_; } - return 0; /* avoid compiler warnings */ } // Dereference