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 (
|
matrix (
|
||||||
const matrix& m
|
const matrix& m
|
||||||
)
|
) : matrix_exp<matrix>(*this)
|
||||||
{
|
{
|
||||||
data.set_size(m.nr(),m.nc());
|
data.set_size(m.nr(),m.nc());
|
||||||
matrix_assign(*this, m);
|
matrix_assign(*this, m);
|
||||||
@ -1490,7 +1490,7 @@ namespace dlib
|
|||||||
|
|
||||||
template <typename U>
|
template <typename U>
|
||||||
bool aliases (
|
bool aliases (
|
||||||
const matrix_exp<U>& item
|
const matrix_exp<U>&
|
||||||
) const { return false; }
|
) const { return false; }
|
||||||
|
|
||||||
bool aliases (
|
bool aliases (
|
||||||
|
Loading…
Reference in New Issue
Block a user