VirtualBox

Changes between Version 1 and Version 2 of Ticket #18945, comment 7


Ignore:
Timestamp:
Oct 22, 2019 8:02:26 AM (5 years ago)
Author:
Frank Batschulat (Oracle)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18945, comment 7

    v1 v2  
    66> problem:
    77{{{
    8 > Index: VirtualBox-6.0.12/include/iprt/cdefs.h
    9 > ===================================================================
    10 > --- VirtualBox-6.0.12.orig/include/iprt/cdefs.h
    11 > +++ VirtualBox-6.0.12/include/iprt/cdefs.h
    12 > @@ -1166,7 +1166,7 @@
    13 >    * Tell the compiler that we're falling through to the next case in a 
    14 > switch.
    15 >    * @sa RT_FALL_THRU  */
    16 >   #if RT_GNUC_PREREQ(7, 0)
    17 > -# define RT_FALL_THROUGH()      __attribute__((fallthrough))
    18 > +# define RT_FALL_THROUGH()      __attribute__((__fallthrough__))
    19 >   #else
    20 >   # define RT_FALL_THROUGH()      (void)0
    21 >   #endif
     8 Index: VirtualBox-6.0.12/include/iprt/cdefs.h
     9 ===================================================================
     10 --- VirtualBox-6.0.12.orig/include/iprt/cdefs.h
     11 +++ VirtualBox-6.0.12/include/iprt/cdefs.h
     12 @@ -1166,7 +1166,7 @@
     13    * Tell the compiler that we're falling through to the next case in a 
     14 switch.
     15    * @sa RT_FALL_THRU  */
     16   #if RT_GNUC_PREREQ(7, 0)
     17 -# define RT_FALL_THROUGH()      __attribute__((fallthrough))
     18 +# define RT_FALL_THROUGH()      __attribute__((__fallthrough__))
     19   #else
     20   # define RT_FALL_THROUGH()      (void)0
     21   #endif
    2222}}}
    2323> Larry

© 2023 Oracle
ContactPrivacy policyTerms of Use