mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-21 15:32:12 +00:00
FIX remove the return 0 avoid compiler warnings, they can cause other warnings!
[SVN r31197]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user