mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Changed code to avoid a compiler warning.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402278
This commit is contained in:
parent
91568536b3
commit
66f92cb156
@ -565,7 +565,7 @@ namespace
|
||||
}
|
||||
for (unsigned long i = 0; i < 100; ++i)
|
||||
{
|
||||
unsigned long a;
|
||||
unsigned long a = 0;
|
||||
a1.pop_back(a);
|
||||
DLIB_CASSERT(a == 99-i,"");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user