Fixed parsing SDL_ANALYZER_NORETURN

This commit is contained in:
Sam Lantinga 2024-06-16 07:08:19 -07:00
parent cf2d8dac30
commit 9cb4bb92f6
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ def main():
func = func.replace(" SDL_WPRINTF_VARARG_FUNC(3)", "");
func = func.replace(" SDL_SCANF_VARARG_FUNC(2)", "");
func = func.replace(" SDL_SCANF_VARARG_FUNCV(2)", "");
func = func.replace(" __attribute__((analyzer_noreturn))", "");
func = func.replace(" SDL_ANALYZER_NORETURN", "");
func = func.replace(" SDL_MALLOC", "");
func = func.replace(" SDL_ALLOC_SIZE2(1, 2)", "");
func = func.replace(" SDL_ALLOC_SIZE(2)", "");