Replaced macros with C++17 attributes.

This commit is contained in:
Бранимир Караџић
2023-12-02 20:16:26 -08:00
parent be3e348eb2
commit 06679e1cf1
6 changed files with 20 additions and 32 deletions

View File

@@ -121,7 +121,7 @@ namespace bx
break;
}
BX_FALLTHROUGH;
[[fallthrough]];
default:
if ( ( rooted && slashIdx+1 != size)