register is deprecated
This commit is contained in:
parent
59ffba5af3
commit
c27a19e3d1
|
|
@ -105,7 +105,7 @@ namespace vcg {
|
|||
{
|
||||
if (weight<mElements[0].weight)
|
||||
{
|
||||
register int j, k;
|
||||
int j, k;
|
||||
j = 1;
|
||||
k = 2;
|
||||
while (k <= mMaxSize)
|
||||
|
|
|
|||
Loading…
Reference in New Issue