From e5f25b99571a01f19141d52a6c23da6f97730482 Mon Sep 17 00:00:00 2001 From: Susko3 Date: Sat, 6 Apr 2024 12:37:14 +0200 Subject: [PATCH] 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. --- SDL3-CS/generate_bindings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/SDL3-CS/generate_bindings.py b/SDL3-CS/generate_bindings.py index a8d71c6..567c9cf 100644 --- a/SDL3-CS/generate_bindings.py +++ b/SDL3-CS/generate_bindings.py @@ -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,