1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Removed compilation warning

git-svn-id: http://svn.opennebula.org/one/trunk@392 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Rubén S. Montero 2009-03-07 00:55:35 +00:00
parent 5d2df98840
commit b0bc0222da

View File

@ -86,7 +86,7 @@ int VirtualMachinePool::allocate (
// ------------------------------------------------------------------------
generate_context(*oid,attrs);
for (int i = 0; i < attrs.size() ; i++)
for (int i = 0; i < (int) attrs.size() ; i++)
{
if (attrs[i] != 0)
{