VirtualBox

Ignore:
Timestamp:
Jul 20, 2016 2:03:37 PM (8 years ago)
Author:
vboxsync
Message:

*: renamed RT_GCC_NO_DEPRECATED_BEGIN/END => RT_GCC_NO_WARN_DEPRECATED_BEGIN/END and added RT_GCC_NO_WARN_CONVERSION_BEGIN/END

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/Service.h

    r62156 r62358  
    358358            else
    359359            {
    360                 RT_GCC_NO_DEPRECATED_BEGIN
     360                RT_GCC_NO_WARN_DEPRECATED_BEGIN
    361361                std::auto_ptr<AbstractService> apService;
    362362                /* No exceptions may propagate outside. */
     
    371371                    rc = VERR_UNRESOLVED_ERROR;
    372372                }
    373                 RT_GCC_NO_DEPRECATED_END
     373                RT_GCC_NO_WARN_DEPRECATED_END
    374374                if (RT_SUCCESS(rc))
    375375                {
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