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 |