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:
Ignacio Etcheverry 2020-08-30 02:14:01 +02:00
parent f10c3810bb
commit 8c7553a076
2 changed files with 14 additions and 9 deletions

View file

@ -46,7 +46,7 @@
#define GD_UNREACHABLE() \
CRASH_NOW(); \
do { \
} while (true);
} while (true)
#endif
namespace gdmono {