Don't log potential typedef remappings

Produces a lot of noise about unused remappings (as we're processing a header at a time).
All remappings (except `SDL_JoystickGUID`) have been added.

`SDL_JoystickGUID` is a remapping of a struct, so it's harded to do programatically.
This commit is contained in:
Susko3 2024-04-06 12:37:14 +02:00
parent 03613e6a4e
commit e5f25b9957
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ base_command = [
"latest-codegen",
"windows-types",
"generate-macro-bindings",
"log-potential-typedef-remappings",
"--file-directory", SDL_include_root,
"--include-directory", SDL_include_root,