mirror of https://github.com/ppy/SDL3-CS.git
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:
parent
03613e6a4e
commit
e5f25b9957
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue