VirtualBox

Changeset 54455 in vbox for trunk/include


Ignore:
Timestamp:
Feb 24, 2015 3:18:33 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98559
Message:

iprt/cdefs.h,VBoxDrvGip.cpp: Using noinline instead of noinline in DECL_NO_INLINE should hopefully fix the issue with linux redefining noinline in a more permanent manner.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r52565 r54455  
    11591159 */
    11601160#ifdef __GNUC__
    1161 # define DECL_NO_INLINE(scope,type) __attribute__((noinline)) scope type
     1161# define DECL_NO_INLINE(scope,type) __attribute__((__noinline__)) scope type
    11621162#elif defined(_MSC_VER)
    11631163# define DECL_NO_INLINE(scope,type) __declspec(noinline) scope type
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