VirtualBox

Changeset 60073 in vbox


Ignore:
Timestamp:
Mar 17, 2016 12:28:33 PM (9 years ago)
Author:
vboxsync
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp

    r60072 r60073  
    831831
    832832# elif defined(Q_WS_X11)
    833 #  pragma GCC diagnostic push
    834 #  pragma GCC diagnostic ignored "-Wdeprecated-declarations"
     833#  if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406
     834#   pragma GCC diagnostic push
     835#   pragma GCC diagnostic ignored "-Wdeprecated-declarations"
     836#  endif
    835837
    836838bool UIHostComboEditorPrivate::x11Event(XEvent *pEvent)
     
    857859}
    858860
    859 #  pragma GCC diagnostic pop
     861#  if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406
     862#   pragma GCC diagnostic pop
     863#  endif
    860864# endif /* Q_WS_X11 */
    861865
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