register is deprecated

This commit is contained in:
Paolo Cignoni 2015-09-10 15:09:18 +00:00
parent 59ffba5af3
commit c27a19e3d1
1 changed files with 108 additions and 108 deletions

View File

@ -105,7 +105,7 @@ namespace vcg {
{ {
if (weight<mElements[0].weight) if (weight<mElements[0].weight)
{ {
register int j, k; int j, k;
j = 1; j = 1;
k = 2; k = 2;
while (k <= mMaxSize) while (k <= mMaxSize)