File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-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
28
28
29
29
#include " qgslogger.h"
30
30
31
- /* * Utility function
31
+ /* *
32
+ * Utility function
32
33
* convert a int to string in hex
33
34
**/
34
35
namespace DRW
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
You can’t perform that action at this time.
0 commit comments