File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
#if __cplusplus >= 201500
20
20
#define FALLTHROUGH [[fallthrough]];
21
21
#elif defined(__clang__)
22
- #define FALLTHROUGH [[clang::fallthrough]]
22
+ #define FALLTHROUGH [[clang::fallthrough]];
23
23
#elif defined(__GNUC__) && __GNUC__ >= 7
24
24
#define FALLTHROUGH [[gnu::fallthrough]];
25
25
#else
Original file line number Diff line number Diff line change 27
27
#if __cplusplus >= 201500
28
28
#define FALLTHROUGH [[fallthrough]];
29
29
#elif defined(__clang__)
30
- #define FALLTHROUGH [[clang::fallthrough]]
30
+ #define FALLTHROUGH [[clang::fallthrough]];
31
31
#elif defined(__GNUC__) && __GNUC__ >= 7
32
32
#define FALLTHROUGH [[gnu::fallthrough]];
33
33
#else
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ typedef unsigned long long qgssize;
563
563
#if __cplusplus >= 201500
564
564
#define FALLTHROUGH [[fallthrough]];
565
565
#elif defined(__clang__)
566
- #define FALLTHROUGH [[clang::fallthrough]]
566
+ #define FALLTHROUGH [[clang::fallthrough]];
567
567
#elif defined(__GNUC__) && __GNUC__ >= 7
568
568
#define FALLTHROUGH [[gnu::fallthrough]];
569
569
#else
You can’t perform that action at this time.
0 commit comments