VirtualBox

Changeset 63225 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Aug 9, 2016 4:35:40 PM (8 years ago)
Author:
vboxsync
Message:

the-linux-header.h: Suppress -Wol-style-declaration for rhel5 or whatever it is.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h

    r63028 r63225  
    4040#if RT_GNUC_PREREQ(4, 2)
    4141# pragma GCC diagnostic ignored "-Wunused-parameter"
     42# if !defined(__cplusplus) && RT_GNUC_PREREQ(4, 3)
     43#  pragma GCC diagnostic ignored "-Wold-style-declaration" /* 2.6.18-411.0.0.0.1.el5/build/include/asm/apic.h:110: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration] */
     44# endif
    4245#endif
    4346
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