Minor change to avoid warning in GCC with max warning level.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403271
pull/2/head
Davis King 15 years ago
parent 4b1f025fec
commit 0758897909

@ -1089,7 +1089,7 @@ namespace dlib
matrix (
const matrix& m
)
) : matrix_exp<matrix>(*this)
{
data.set_size(m.nr(),m.nc());
matrix_assign(*this, m);
@ -1490,7 +1490,7 @@ namespace dlib
template <typename U>
bool aliases (
const matrix_exp<U>& item
const matrix_exp<U>&
) const { return false; }
bool aliases (

Loading…
Cancel
Save