VirtualBox

Changeset 6898 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 11, 2008 1:26:18 PM (17 years ago)
Author:
vboxsync
Message:

Main/Glue: Arrays: Compiler warnings.

File:
1 edited

Legend:

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

    r6874 r6898  
    476476    {
    477477        /// @todo Implement me!
     478        NOREF (aNewSize);
    478479        AssertFailedReturn (false);
    479480    }
     
    599600    {
    600601        /// @todo Implement me!
     602#if defined (VBOX_WITH_XPCOM)
     603        NOREF (aArgSize);
     604        NOREF (aArg);
     605#else
     606        NOREF (aArg);
     607#endif
    601608        AssertFailedReturn (*this);
    602609    }
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