VirtualBox

Changeset 62358 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 20, 2016 2:03:37 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108903
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/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp

    r62156 r62358  
    703703            /* Parse key-event: */
    704704            xcb_key_press_event_t *pKeyEvent = static_cast<xcb_key_press_event_t*>(pMessage);
    705             RT_GCC_NO_DEPRECATED_BEGIN
     705            RT_GCC_NO_WARN_DEPRECATED_BEGIN
    706706            const KeySym ks = ::XKeycodeToKeysym(QX11Info::display(), pKeyEvent->detail, 0);
    707             RT_GCC_NO_DEPRECATED_END
     707            RT_GCC_NO_WARN_DEPRECATED_END
    708708            const int iKeySym = static_cast<const int>(ks);
    709709
     
    840840            /* Get key-code: */
    841841            XKeyEvent *pKeyEvent = (XKeyEvent*)pEvent;
    842             RT_GCC_NO_DEPRECATED_BEGIN
     842            RT_GCC_NO_WARN_DEPRECATED_BEGIN
    843843            KeySym ks = ::XKeycodeToKeysym(pKeyEvent->display, pKeyEvent->keycode, 0);
    844             RT_GCC_NO_DEPRECATED_END
     844            RT_GCC_NO_WARN_DEPRECATED_END
    845845
    846846            int iKeySym = (int)ks;
Note: See TracChangeset for help on using the changeset viewer.

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