Fix clang-tidy warnings due to semicolon after mono module macros
This also enforces them to end with a semicolon.
This commit is contained in:
parent
f10c3810bb
commit
8c7553a076
2 changed files with 14 additions and 9 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#define GD_UNREACHABLE() \
|
||||
CRASH_NOW(); \
|
||||
do { \
|
||||
} while (true);
|
||||
} while (true)
|
||||
#endif
|
||||
|
||||
namespace gdmono {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue