VirtualBox

Changeset 81649 in vbox for trunk/include


Ignore:
Timestamp:
Nov 4, 2019 12:10:50 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134407
Message:

Linux 5.4: no more arbitrary executable pages and more changes, ticketref:18945

File:
1 edited

Legend:

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

    r81549 r81649  
    11591159 * @sa RT_FALL_THRU  */
    11601160#if RT_GNUC_PREREQ(7, 0)
    1161 # define RT_FALL_THROUGH()      __attribute__((fallthrough))
     1161# define RT_FALL_THROUGH()      __attribute__((__fallthrough__))
    11621162#else
    11631163# define RT_FALL_THROUGH()      (void)0
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