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 1919#if __cplusplus >= 201500
2020#define FALLTHROUGH [[fallthrough]];
2121#elif defined(__clang__)
22- #define FALLTHROUGH [[clang::fallthrough]]
22+ #define FALLTHROUGH [[clang::fallthrough]];
2323#elif defined(__GNUC__) && __GNUC__ >= 7
2424#define FALLTHROUGH [[gnu::fallthrough]];
2525#else
Original file line number Diff line number Diff line change 2727#if __cplusplus >= 201500
2828#define FALLTHROUGH [[fallthrough]];
2929#elif defined(__clang__)
30- #define FALLTHROUGH [[clang::fallthrough]]
30+ #define FALLTHROUGH [[clang::fallthrough]];
3131#elif defined(__GNUC__) && __GNUC__ >= 7
3232#define FALLTHROUGH [[gnu::fallthrough]];
3333#else
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ typedef unsigned long long qgssize;
563563#if __cplusplus >= 201500
564564#define FALLTHROUGH [[fallthrough]];
565565#elif defined(__clang__)
566- #define FALLTHROUGH [[clang::fallthrough]]
566+ #define FALLTHROUGH [[clang::fallthrough]];
567567#elif defined(__GNUC__) && __GNUC__ >= 7
568568#define FALLTHROUGH [[gnu::fallthrough]];
569569#else
You can’t perform that action at this time.
0 commit comments