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:
parent
5d2df98840
commit
b0bc0222da
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user