VirtualBox

Changeset 62361 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Jul 20, 2016 3:27:12 PM (9 years ago)
Author:
vboxsync
Message:

VBox/com/array.h: preparation for -Wconversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/array.h

    r62160 r62361  
    195195 */
    196196#define ComSafeArrayAsInParam(aArray)   \
    197     (aArray).size(), (aArray).__asInParam_Arr((aArray).raw())
     197    (PRUint32)(aArray).size(), (aArray).__asInParam_Arr((aArray).raw())
    198198
    199199/**
     
    879879        }
    880880
     881        /** @todo Fix this! */
     882        RT_GCC_NO_WARN_CONVERSION_BEGIN
    881883        m.size = aNewSize;
     884        RT_GCC_NO_WARN_CONVERSION_END
    882885#else
    883886        /* nothing to do here, SafeArrayCreate() has performed element
     
    11461149                        SafeArray::Uninit(m.arr[i]);
    11471150
     1151                    /** @todo Fix this! */
     1152                    RT_GCC_NO_WARN_CONVERSION_BEGIN
    11481153                    m.size = aNewSize;
     1154                    RT_GCC_NO_WARN_CONVERSION_END
    11491155                }
    11501156
     
    11651171                    SafeArray::Uninit(m.arr[i]);
    11661172
     1173                /** @todo Fix this! */
     1174                RT_GCC_NO_WARN_CONVERSION_BEGIN
    11671175                m.size = aNewSize;
     1176                RT_GCC_NO_WARN_CONVERSION_END
    11681177            }
    11691178        }
    11701179
     1180        /** @todo Fix this! */
     1181        RT_GCC_NO_WARN_CONVERSION_BEGIN
    11711182        m.capacity = newCapacity;
     1183        RT_GCC_NO_WARN_CONVERSION_END
    11721184
    11731185#else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette