mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Minor change to avoid warning in GCC with max warning level.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403271
This commit is contained in:
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…
Reference in New Issue
Block a user