From 9e921a5b3bc4e0019b6ef1067e295e3a8d17c996 Mon Sep 17 00:00:00 2001 From: Emil <65846814+emil28092005@users.noreply.github.com> Date: Thu, 24 Sep 2026 02:25:16 +0300 Subject: [PATCH] Record relocated Lua Release execution on Linux --- docs/validation/lua-module.md | 19 +- .../lua-release-2026-09-24/README.md | 48 + .../lua-release-2026-09-24/lua-export.json | 18 + .../lua-release-2026-09-24/lua-manifest.json | 220 ++ .../lua-release-2026-09-24/lua-profile.json | 2599 +++++++++++++++++ .../lua-release-2026-09-24/lua-run.json | 18 + .../lua-release-2026-09-24/lua-validate.json | 12 + .../validation/lua-release-2026-09-24/lua.png | Bin 0 -> 4591 bytes .../validation/lua-release-2026-09-24/lua.ppm | 4 + .../lua-release-2026-09-24/report.json | 130 + .../vulkaninfo-summary.txt | 82 + 11 files changed, 3149 insertions(+), 1 deletion(-) create mode 100644 docs/validation/lua-release-2026-09-24/README.md create mode 100644 docs/validation/lua-release-2026-09-24/lua-export.json create mode 100644 docs/validation/lua-release-2026-09-24/lua-manifest.json create mode 100644 docs/validation/lua-release-2026-09-24/lua-profile.json create mode 100644 docs/validation/lua-release-2026-09-24/lua-run.json create mode 100644 docs/validation/lua-release-2026-09-24/lua-validate.json create mode 100644 docs/validation/lua-release-2026-09-24/lua.png create mode 100644 docs/validation/lua-release-2026-09-24/lua.ppm create mode 100644 docs/validation/lua-release-2026-09-24/report.json create mode 100644 docs/validation/lua-release-2026-09-24/vulkaninfo-summary.txt diff --git a/docs/validation/lua-module.md b/docs/validation/lua-module.md index 683f682..82d45f5 100644 --- a/docs/validation/lua-module.md +++ b/docs/validation/lua-module.md @@ -40,7 +40,7 @@ check. For sanitizers, configure with `-DFASET_SANITIZERS=ON`, build the `faset_lua_tests`, `faset_lua_safety_tests`, and `faset_schema_exporter` targets, then run `ctest --test-dir --output-on-failure -R '^lua_'`. -## Not verified here +## Not verified in the September 18 run - Windows compilation or execution of the new module. - Graphical/window interaction and real-time Lua reload in a running rendered game. @@ -53,3 +53,20 @@ run `ctest --test-dir --output-on-failure -R '^lua_'`. The renderer-linked CPU checks used the existing Vulkan loader, repo-pinned Vulkan headers and cached Slang, with SDL X11/Wayland disabled. No system graphics packages were installed. This proves linkage and CPU validation, not graphics compatibility. + +## September 24 Release follow-up + +The [Release execution record](lua-release-2026-09-24/README.md) closes the +Linux offscreen export gap above. At source commit `846f1f4`, a Release Editor +exported the checked-in Lua-only sample into a disposable Unicode-path project. +The package was relocated, the source project path was hidden, and its Player +validated and rendered 120 frames on an NVIDIA GeForce RTX 2080 Ti with driver +595.84 and Khronos validation enabled; zero validation errors were reported. +The package manifest has `lua_enabled: true`, declared Lua source and its license, +and no project C++ gameplay source. The five focused Release Lua/schema tests +passed. This verifies an offscreen run on Linux; a separate physical Windows GPU +and manual window interaction have not been tested by this record. Windows +SwiftShader execution is configured in CI and needs a passing run before it is +claimed as covered. + +![Relocated Lua sample after 120 frames](lua-release-2026-09-24/lua.png) diff --git a/docs/validation/lua-release-2026-09-24/README.md b/docs/validation/lua-release-2026-09-24/README.md new file mode 100644 index 0000000..979e35f --- /dev/null +++ b/docs/validation/lua-release-2026-09-24/README.md @@ -0,0 +1,48 @@ +# Lua-only Release game: relocated execution + +This is a local Linux result for source revision +`846f1f459d61ee0f878ab9ad116ac0e75d74d588` on 2026-09-24. The +[machine-readable report](report.json) records the exact source input hashes, +Release package, Editor binary hash, command arguments and elapsed times. The +Editor itself was built with the `linux-release` preset. The exported Player +and package also identify their configuration as Release. + +| Check | Observed result | +|---|---| +| Disposable source | `examples/lua` copied to a Unicode-path temporary project outside the engine tree | +| Package | `lua_enabled: true`; 32 hash-checked files, including Lua gameplay source and `Notices/lua/LICENSE.txt`; no project `Gameplay.cpp` or `.hpp` | +| Relocation | Generation copied outside the project/engine; original project path hidden before Player launch | +| CPU validation | Packaged Player `--validate` succeeded from an unrelated empty working directory | +| GPU execution | 120/120 headless 1280×720 frames, 0 validation errors | +| Device | NVIDIA GeForce RTX 2080 Ti; proprietary driver 595.84, Vulkan 1.4.329; selected-device details in the report and [Vulkan probe](vulkaninfo-summary.txt) | +| Image | Four expected scene colors, including cyan player and gold collectible; raw [PPM](lua.ppm) SHA-256 `e2f4c3b84de75dadd2e31d388d0ba51abc1861f1ec76eb7ba51a4a2dcac720a7` | +| Focused Release CTest | 5/5: `lua_contracts`, `lua_safety_contracts`, `lua_cli_contracts`, `lua_player_reload`, `build_schema_publication` | + +The [manifest](lua-manifest.json) binds the package file checksums. The +[Player profile](lua-profile.json) contains all 120 per-frame samples and +resource/timing definitions; the [validate](lua-validate.json), +[render](lua-run.json) and [export](lua-export.json) logs retain raw process +results. The [PNG preview](lua.png) is a lossless conversion of the checked +PPM. + +To repeat this check from a built checkout, choose a **new, empty** output +directory: + +```sh +cmake --preset linux-release +cmake --build --preset linux-release --target faset_editor --parallel 4 +python3 tools/verify_playable_exports.py --editor build/linux-release/faset_editor \ + --output .cache/lua-release-check --only-lua +cmake --build --preset linux-release --target faset_player faset_schema_exporter \ + faset_lua_tests faset_lua_safety_tests faset_build_schema_tests --parallel 4 +ctest --test-dir build/linux-release --no-tests=error --output-on-failure \ + -R '^(lua_contracts|lua_safety_contracts|lua_cli_contracts|lua_player_reload|build_schema_publication)$' +``` + +The render used the Player's synthetic fixed timestep and offscreen Vulkan +presentation. It does not establish manual window interaction or physical +Windows GPU compatibility. The Windows graphics workflow now includes this Lua +package beside both C++ examples under a pinned SwiftShader Vulkan driver; its +result must be recorded separately after CI completes. + +![Lua game rendered by the relocated Release Player](lua.png) diff --git a/docs/validation/lua-release-2026-09-24/lua-export.json b/docs/validation/lua-release-2026-09-24/lua-export.json new file mode 100644 index 0000000..40ad589 --- /dev/null +++ b/docs/validation/lua-release-2026-09-24/lua-export.json @@ -0,0 +1,18 @@ +{ + "arguments": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-lua-export/build/linux-release/faset_editor", + "--engine", + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-lua-export", + "--project", + "/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua", + "--command", + "{\"name\": \"faset_export\", \"arguments\": {\"document\": \"example-lua-scene\", \"output\": \"Exports\"}}", + "--wait" + ], + "cwd": "/home/emil/Desktop/.worktrees/Faset_Engine-p1-lua-export", + "seconds": 125.64392725500511, + "exit_code": 0, + "timed_out": false, + "stdout": "{\n \"diagnostics\": [\n {\n \"column\": 12,\n \"line\": 175,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 9,\n \"line\": 193,\n \"message\": \"comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 19,\n \"line\": 33,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 47,\n \"line\": 76,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 46,\n \"line\": 215,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 46,\n \"line\": 123,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 68,\n \"line\": 123,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 86,\n \"line\": 123,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 108,\n \"line\": 123,\n \"message\": \"unused parameter 'hint' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 27,\n \"line\": 195,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 39,\n \"line\": 210,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 35,\n \"line\": 245,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 39,\n \"line\": 251,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 19,\n \"line\": 284,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 39,\n \"line\": 358,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 27,\n \"line\": 381,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 27,\n \"line\": 393,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 419,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 13,\n \"line\": 600,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 41,\n \"line\": 645,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 55,\n \"line\": 645,\n \"message\": \"unused parameter 'category' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 83,\n \"line\": 57,\n \"message\": \"unused parameter 'data' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 45,\n \"line\": 105,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 76,\n \"line\": 105,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 95,\n \"line\": 105,\n \"message\": \"unused parameter 'key' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 74,\n \"line\": 206,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 51,\n \"line\": 398,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 42,\n \"line\": 408,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 54,\n \"line\": 780,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 44,\n \"line\": 141,\n \"message\": \"unused parameter 'unused' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 38,\n \"line\": 146,\n \"message\": \"unused parameter 'unused' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 71,\n \"line\": 193,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 46,\n \"line\": 213,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 77,\n \"line\": 213,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 81,\n \"line\": 262,\n \"message\": \"unused parameter 'len' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 47,\n \"line\": 373,\n \"message\": \"unused parameter 'queue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 99,\n \"line\": 94,\n \"message\": \"unused parameter 'chans' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 101,\n \"line\": 112,\n \"message\": \"unused parameter 'chans' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 47,\n \"line\": 311,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 68,\n \"line\": 311,\n \"message\": \"unused parameter 'buffer' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 80,\n \"line\": 311,\n \"message\": \"unused parameter 'buflen' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 64,\n \"line\": 316,\n \"message\": \"unused parameter 'buffer_size' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 51,\n \"line\": 328,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 60,\n \"line\": 805,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 58,\n \"line\": 806,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 58,\n \"line\": 807,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 79,\n \"line\": 807,\n \"message\": \"unused parameter 'buffer' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 91,\n \"line\": 807,\n \"message\": \"unused parameter 'buffer_size' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 67,\n \"line\": 808,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 62,\n \"line\": 809,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 59,\n \"line\": 810,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 64,\n \"line\": 813,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 62,\n \"line\": 832,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 59,\n \"line\": 838,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 73,\n \"line\": 838,\n \"message\": \"unused parameter 'buffer' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 85,\n \"line\": 838,\n \"message\": \"unused parameter 'buflen' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 58,\n \"line\": 844,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 77,\n \"line\": 877,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 47,\n \"line\": 905,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 57,\n \"line\": 1051,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 88,\n \"line\": 1051,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 47,\n \"line\": 1106,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 76,\n \"line\": 1406,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 84,\n \"line\": 1477,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 34,\n \"line\": 62,\n \"message\": \"unused parameter 'outUserHandle' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 39,\n \"line\": 68,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 38,\n \"line\": 73,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 266,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 90,\n \"line\": 618,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 109,\n \"line\": 618,\n \"message\": \"unused parameter 'key' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 71,\n \"line\": 709,\n \"message\": \"unused parameter 'table' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 107,\n \"line\": 709,\n \"message\": \"unused parameter 'value' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 40,\n \"line\": 784,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 43,\n \"line\": 927,\n \"message\": \"unused parameter 'device' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 1021,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 1026,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 1054,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 49,\n \"line\": 1436,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 71,\n \"line\": 1436,\n \"message\": \"unused parameter 'key' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 65,\n \"line\": 679,\n \"message\": \"comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 65,\n \"line\": 1070,\n \"message\": \"comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 68,\n \"line\": 1231,\n \"message\": \"comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 68,\n \"line\": 1362,\n \"message\": \"comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 66,\n \"line\": 1426,\n \"message\": \"comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 55,\n \"line\": 34,\n \"message\": \"comparison of integers of different signs: 'int' and 'SDL_DisplayOrientation' (aka 'enum SDL_DisplayOrientation') [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 33,\n \"line\": 397,\n \"message\": \"comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 29,\n \"line\": 2128,\n \"message\": \"expanded from macro 'SDL_max'\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"note\"\n },\n {\n \"column\": 139,\n \"line\": 617,\n \"message\": \"unused parameter 'isinput' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 52,\n \"line\": 831,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 83,\n \"line\": 831,\n \"message\": \"unused parameter 'len' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 51,\n \"line\": 1329,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 73,\n \"line\": 1329,\n \"message\": \"unused parameter 'buf' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 82,\n \"line\": 1329,\n \"message\": \"unused parameter 'len' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 27,\n \"line\": 628,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 652,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 658,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 19,\n \"line\": 1014,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 75,\n \"line\": 74,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 93,\n \"line\": 74,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 28,\n \"line\": 104,\n \"message\": \"unused parameter 'vendor' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 43,\n \"line\": 104,\n \"message\": \"unused parameter 'product' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 27,\n \"line\": 51,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 19,\n \"line\": 397,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 25,\n \"line\": 415,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 27,\n \"line\": 419,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 429,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 68,\n \"line\": 227,\n \"message\": \"unused parameter 'state' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 58,\n \"line\": 397,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 80,\n \"line\": 397,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 98,\n \"line\": 397,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 56,\n \"line\": 408,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 78,\n \"line\": 408,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 96,\n \"line\": 408,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 51,\n \"line\": 415,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 73,\n \"line\": 415,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 91,\n \"line\": 415,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 51,\n \"line\": 428,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 73,\n \"line\": 428,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 91,\n \"line\": 428,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 19,\n \"line\": 927,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 31,\n \"line\": 1489,\n \"message\": \"comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 29,\n \"line\": 2110,\n \"message\": \"expanded from macro 'SDL_min'\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"note\"\n },\n {\n \"column\": 27,\n \"line\": 1500,\n \"message\": \"comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 29,\n \"line\": 2110,\n \"message\": \"expanded from macro 'SDL_min'\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"note\"\n },\n {\n \"column\": 41,\n \"line\": 78,\n \"message\": \"cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 19,\n \"line\": 48,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 37,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 44,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 81,\n \"line\": 53,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 99,\n \"line\": 53,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 83,\n \"line\": 68,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 101,\n \"line\": 68,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 82,\n \"line\": 79,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 100,\n \"line\": 79,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 84,\n \"line\": 92,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 102,\n \"line\": 92,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 84,\n \"line\": 105,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 102,\n \"line\": 105,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 85,\n \"line\": 112,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 103,\n \"line\": 112,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 79,\n \"line\": 119,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 97,\n \"line\": 119,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 77,\n \"line\": 131,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 95,\n \"line\": 131,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 77,\n \"line\": 163,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 95,\n \"line\": 163,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 75,\n \"line\": 188,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 93,\n \"line\": 188,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 75,\n \"line\": 195,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 93,\n \"line\": 195,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 77,\n \"line\": 214,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 95,\n \"line\": 214,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 84,\n \"line\": 225,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 102,\n \"line\": 225,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 87,\n \"line\": 232,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 105,\n \"line\": 232,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 77,\n \"line\": 241,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 95,\n \"line\": 241,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 25,\n \"line\": 333,\n \"message\": \"unused parameter 'vendor' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 40,\n \"line\": 333,\n \"message\": \"unused parameter 'product' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 79,\n \"line\": 618,\n \"message\": \"unused parameter 'buttonstate' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 82,\n \"line\": 458,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 114,\n \"line\": 463,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 27,\n \"line\": 491,\n \"message\": \"comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 523,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 23,\n \"line\": 35,\n \"message\": \"comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 42,\n \"line\": 135,\n \"message\": \"unused parameter 'error_str' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 944,\n \"message\": \"initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 945,\n \"message\": \"initializing 'int (*)(void *, unsigned char *, size_t, int)' (aka 'int (*)(void *, unsigned char *, unsigned long, int)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 946,\n \"message\": \"initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 947,\n \"message\": \"initializing 'int (*)(void *, int)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 948,\n \"message\": \"initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 949,\n \"message\": \"initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 950,\n \"message\": \"initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 951,\n \"message\": \"initializing 'void (*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 952,\n \"message\": \"initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 953,\n \"message\": \"initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 954,\n \"message\": \"initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 955,\n \"message\": \"initializing 'int (*)(void *, int, wchar_t *, size_t)' (aka 'int (*)(void *, int, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 956,\n \"message\": \"initializing 'struct hid_device_info *(*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 957,\n \"message\": \"initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 5,\n \"line\": 958,\n \"message\": \"initializing 'const wchar_t *(*)(void *)' (aka 'const int *(*)(void *)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 50,\n \"line\": 1078,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 72,\n \"line\": 1078,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 90,\n \"line\": 1078,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 49,\n \"line\": 1083,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 71,\n \"line\": 1083,\n \"message\": \"unused parameter 'name' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 89,\n \"line\": 1083,\n \"message\": \"unused parameter 'oldValue' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 28,\n \"line\": 1689,\n \"message\": \"unused parameter 'active' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 60,\n \"line\": 450,\n \"message\": \"unused parameter 'status' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 86,\n \"line\": 768,\n \"message\": \"unused parameter 'status' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 93,\n \"line\": 774,\n \"message\": \"unused parameter 'status' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 94,\n \"line\": 1019,\n \"message\": \"unused parameter 'status' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 101,\n \"line\": 1049,\n \"message\": \"unused parameter 'status' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 14,\n \"line\": 1159,\n \"message\": \"comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 26,\n \"line\": 1172,\n \"message\": \"comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 50,\n \"line\": 119,\n \"message\": \"unused parameter 'data' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 38,\n \"line\": 277,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 51,\n \"line\": 290,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n },\n {\n \"column\": 52,\n \"line\": 300,\n \"message\": \"unused parameter 'userdata' [-Wunused-parameter]\",\n \"phase\": \"Compiling and linking Player\",\n \"severity\": \"warning\"\n }\n ],\n \"error\": \"\",\n \"id\": \"38d65abf-1c6d-4e6e-850a-5a4916e36b16\",\n \"kind\": \"export\",\n \"log\": \"$ \\\"cmake\\\" \\\"-S\\\" \\\"/home/emil/Desktop/.worktrees/Faset_Engine-p1-lua-export\\\" \\\"-B\\\" \\\"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release\\\" \\\"-G\\\" \\\"Ninja\\\" \\\"-DCMAKE_BUILD_TYPE=Release\\\" \\\"-DBUILD_TESTING=OFF\\\" \\\"-DFASET_BUILD_EDITOR=OFF\\\" \\\"-DFASET_BUILD_RENDERER=ON\\\" \\\"-DFASET_BUILD_RUNTIME=ON\\\" \\\"-DFASET_BUILD_ASSETS=ON\\\" \\\"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/cache/source-snapshots/61c26a69802e09d3c10ab92416595c025061ca866742d13114ed25129f13dba5/Scripts\\\" \\\"-DCMAKE_C_COMPILER=/usr/bin/clang\\\" \\\"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\\\" \\\"-DCMAKE_BUILD_TYPE=Release\\\" \\\"-DFASET_ENABLE_LUA=ON\\\"\\n-- The C compiler identification is Clang 21.1.8\\n-- The CXX compiler identification is Clang 21.1.8\\n-- Detecting C compiler ABI info\\n-- Detecting C compiler ABI info - done\\n-- Check for working C compiler: /usr/bin/clang - skipped\\n-- Detecting C compile features\\n-- Detecting C compile features - done\\n-- Detecting CXX compiler ABI info\\n-- Detecting CXX compiler ABI info - done\\n-- Check for working CXX compiler: /usr/bin/clang++ - skipped\\n-- Detecting CXX compile features\\n-- Detecting CXX compile features - done\\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\\n-- Found Threads: TRUE\\n-- Using the multi-header code from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/json-src/include/\\n-- CMake C compiler: Clang\\n-- CMake C++ compiler: Clang\\n-- CMake system name: Linux\\n-- CMake host system processor: x86_64\\n-- Box2D using Unix\\n-- CMake C compiler: Clang\\n-- CMake C++ compiler: Clang\\n-- CMake system name: Linux\\n-- CMake host system processor: x86_64\\n-- Box3D using Unix\\n-- Found PkgConfig: /usr/bin/pkg-config (found version \\\"2.5.1\\\")\\n-- Detecting Target CPU Architecture\\n-- Detecting Target CPU Architecture - X64\\n-- Performing Test HAVE_GCC_WALL\\n-- Performing Test HAVE_GCC_WALL - Success\\n-- Performing Test HAVE_GCC_WUNDEF\\n-- Performing Test HAVE_GCC_WUNDEF - Success\\n-- Performing Test HAVE_GCC_WFLOAT_CONVERSION\\n-- Performing Test HAVE_GCC_WFLOAT_CONVERSION - Success\\n-- Performing Test HAVE_GCC_NO_STRICT_ALIASING\\n-- Performing Test HAVE_GCC_NO_STRICT_ALIASING - Success\\n-- Performing Test HAVE_GCC_WDOCUMENTATION\\n-- Performing Test HAVE_GCC_WDOCUMENTATION - Success\\n-- Performing Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND\\n-- Performing Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND - Success\\n-- Performing Test HAVE_GCC_COMMENT_BLOCK_COMMANDS\\n-- Performing Test HAVE_GCC_COMMENT_BLOCK_COMMANDS - Success\\n-- Performing Test HAVE_GCC_WSHADOW\\n-- Performing Test HAVE_GCC_WSHADOW - Success\\n-- Performing Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS\\n-- Performing Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS - Success\\n-- Performing Test HAVE_GCC_WIMPLICIT_FALLTHROUGH\\n-- Performing Test HAVE_GCC_WIMPLICIT_FALLTHROUGH - Success\\n-- Performing Test COMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS\\n-- Performing Test COMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS - Success\\n-- Looking for __GLIBC__\\n-- Looking for __GLIBC__ - found\\n-- Performing Test LINKER_SUPPORTS_VERSION_SCRIPT\\n-- Performing Test LINKER_SUPPORTS_VERSION_SCRIPT - Success\\n-- Performing Test COMPILER_SUPPORTS_GCC_ATOMICS\\n-- Performing Test COMPILER_SUPPORTS_GCC_ATOMICS - Success\\n-- Performing Test HAVE_GCC_FVISIBILITY\\n-- Performing Test HAVE_GCC_FVISIBILITY - Success\\n-- Performing Test LINKER_SUPPORTS_WL_NO_UNDEFINED\\n-- Performing Test LINKER_SUPPORTS_WL_NO_UNDEFINED - Success\\n-- Performing Test COMPILER_SUPPORTS_MMX\\n-- Performing Test COMPILER_SUPPORTS_MMX - Success\\n-- Performing Test COMPILER_SUPPORTS_SSE\\n-- Performing Test COMPILER_SUPPORTS_SSE - Success\\n-- Performing Test COMPILER_SUPPORTS_SSE2\\n-- Performing Test COMPILER_SUPPORTS_SSE2 - Success\\n-- Performing Test COMPILER_SUPPORTS_SSE3\\n-- Performing Test COMPILER_SUPPORTS_SSE3 - Success\\n-- Performing Test COMPILER_SUPPORTS_SSE4_1\\n-- Performing Test COMPILER_SUPPORTS_SSE4_1 - Success\\n-- Performing Test COMPILER_SUPPORTS_SSE4_2\\n-- Performing Test COMPILER_SUPPORTS_SSE4_2 - Success\\n-- Performing Test COMPILER_SUPPORTS_AVX\\n-- Performing Test COMPILER_SUPPORTS_AVX - Success\\n-- Performing Test COMPILER_SUPPORTS_AVX2\\n-- Performing Test COMPILER_SUPPORTS_AVX2 - Success\\n-- Performing Test COMPILER_SUPPORTS_AVX512F\\n-- Performing Test COMPILER_SUPPORTS_AVX512F - Success\\n-- Looking for alloca.h\\n-- Looking for alloca.h - found\\n-- Looking for float.h\\n-- Looking for float.h - found\\n-- Looking for iconv.h\\n-- Looking for iconv.h - found\\n-- Looking for inttypes.h\\n-- Looking for inttypes.h - found\\n-- Looking for limits.h\\n-- Looking for limits.h - found\\n-- Looking for malloc.h\\n-- Looking for malloc.h - found\\n-- Looking for math.h\\n-- Looking for math.h - found\\n-- Looking for memory.h\\n-- Looking for memory.h - found\\n-- Looking for signal.h\\n-- Looking for signal.h - found\\n-- Looking for stdarg.h\\n-- Looking for stdarg.h - found\\n-- Looking for stdbool.h\\n-- Looking for stdbool.h - found\\n-- Looking for stddef.h\\n-- Looking for stddef.h - found\\n-- Looking for stdint.h\\n-- Looking for stdint.h - found\\n-- Looking for stdio.h\\n-- Looking for stdio.h - found\\n-- Looking for stdlib.h\\n-- Looking for stdlib.h - found\\n-- Looking for string.h\\n-- Looking for string.h - found\\n-- Looking for strings.h\\n-- Looking for strings.h - found\\n-- Looking for sys/types.h\\n-- Looking for sys/types.h - found\\n-- Looking for time.h\\n-- Looking for time.h - found\\n-- Looking for wchar.h\\n-- Looking for wchar.h - found\\n-- Looking for pow in m\\n-- Looking for pow in m - found\\n-- Looking for abs\\n-- Looking for abs - found\\n-- Looking for acos\\n-- Looking for acos - found\\n-- Looking for acosf\\n-- Looking for acosf - found\\n-- Looking for asin\\n-- Looking for asin - found\\n-- Looking for asinf\\n-- Looking for asinf - found\\n-- Looking for atan\\n-- Looking for atan - found\\n-- Looking for atan2\\n-- Looking for atan2 - found\\n-- Looking for atan2f\\n-- Looking for atan2f - found\\n-- Looking for atanf\\n-- Looking for atanf - found\\n-- Looking for atof\\n-- Looking for atof - found\\n-- Looking for atoi\\n-- Looking for atoi - found\\n-- Looking for bcopy\\n-- Looking for bcopy - found\\n-- Looking for ceil\\n-- Looking for ceil - found\\n-- Looking for ceilf\\n-- Looking for ceilf - found\\n-- Looking for copysign\\n-- Looking for copysign - found\\n-- Looking for copysignf\\n-- Looking for copysignf - found\\n-- Looking for cos\\n-- Looking for cos - found\\n-- Looking for cosf\\n-- Looking for cosf - found\\n-- Looking for _Exit\\n-- Looking for _Exit - found\\n-- Looking for exp\\n-- Looking for exp - found\\n-- Looking for expf\\n-- Looking for expf - found\\n-- Looking for fabs\\n-- Looking for fabs - found\\n-- Looking for fabsf\\n-- Looking for fabsf - found\\n-- Looking for floor\\n-- Looking for floor - found\\n-- Looking for floorf\\n-- Looking for floorf - found\\n-- Looking for fmod\\n-- Looking for fmod - found\\n-- Looking for fmodf\\n-- Looking for fmodf - found\\n-- Looking for fopen64\\n-- Looking for fopen64 - found\\n-- Looking for fseeko\\n-- Looking for fseeko - found\\n-- Looking for fseeko64\\n-- Looking for fseeko64 - found\\n-- Looking for getenv\\n-- Looking for getenv - found\\n-- Looking for _i64toa\\n-- Looking for _i64toa - not found\\n-- Looking for index\\n-- Looking for index - found\\n-- Looking for itoa\\n-- Looking for itoa - not found\\n-- Looking for log\\n-- Looking for log - found\\n-- Looking for log10\\n-- Looking for log10 - found\\n-- Looking for log10f\\n-- Looking for log10f - found\\n-- Looking for logf\\n-- Looking for logf - found\\n-- Looking for lround\\n-- Looking for lround - found\\n-- Looking for lroundf\\n-- Looking for lroundf - found\\n-- Looking for _ltoa\\n-- Looking for _ltoa - not found\\n-- Looking for malloc\\n-- Looking for malloc - found\\n-- Looking for memcmp\\n-- Looking for memcmp - found\\n-- Looking for memcpy\\n-- Looking for memcpy - found\\n-- Looking for memmove\\n-- Looking for memmove - found\\n-- Looking for memset\\n-- Looking for memset - found\\n-- Looking for modf\\n-- Looking for modf - found\\n-- Looking for modff\\n-- Looking for modff - found\\n-- Looking for pow\\n-- Looking for pow - found\\n-- Looking for powf\\n-- Looking for powf - found\\n-- Looking for putenv\\n-- Looking for putenv - found\\n-- Looking for rindex\\n-- Looking for rindex - found\\n-- Looking for round\\n-- Looking for round - found\\n-- Looking for roundf\\n-- Looking for roundf - found\\n-- Looking for scalbn\\n-- Looking for scalbn - found\\n-- Looking for scalbnf\\n-- Looking for scalbnf - found\\n-- Looking for setenv\\n-- Looking for setenv - found\\n-- Looking for sin\\n-- Looking for sin - found\\n-- Looking for sinf\\n-- Looking for sinf - found\\n-- Looking for sqr\\n-- Looking for sqr - not found\\n-- Looking for sqrt\\n-- Looking for sqrt - found\\n-- Looking for sqrtf\\n-- Looking for sqrtf - found\\n-- Looking for sscanf\\n-- Looking for sscanf - found\\n-- Looking for strchr\\n-- Looking for strchr - found\\n-- Looking for strcmp\\n-- Looking for strcmp - found\\n-- Looking for strlcat\\n-- Looking for strlcat - found\\n-- Looking for strlcpy\\n-- Looking for strlcpy - found\\n-- Looking for strlen\\n-- Looking for strlen - found\\n-- Looking for strncmp\\n-- Looking for strncmp - found\\n-- Looking for strnlen\\n-- Looking for strnlen - found\\n-- Looking for strpbrk\\n-- Looking for strpbrk - found\\n-- Looking for strrchr\\n-- Looking for strrchr - found\\n-- Looking for strstr\\n-- Looking for strstr - found\\n-- Looking for strnstr\\n-- Looking for strnstr - not found\\n-- Looking for strtod\\n-- Looking for strtod - found\\n-- Looking for strtok_r\\n-- Looking for strtok_r - found\\n-- Looking for strtol\\n-- Looking for strtol - found\\n-- Looking for strtoll\\n-- Looking for strtoll - found\\n-- Looking for strtoul\\n-- Looking for strtoul - found\\n-- Looking for strtoull\\n-- Looking for strtoull - found\\n-- Looking for tan\\n-- Looking for tan - found\\n-- Looking for tanf\\n-- Looking for tanf - found\\n-- Looking for trunc\\n-- Looking for trunc - found\\n-- Looking for truncf\\n-- Looking for truncf - found\\n-- Looking for unsetenv\\n-- Looking for unsetenv - found\\n-- Looking for vsnprintf\\n-- Looking for vsnprintf - found\\n-- Looking for vsscanf\\n-- Looking for vsscanf - found\\n-- Looking for wcsnlen\\n-- Looking for wcsnlen - found\\n-- Looking for wcscmp\\n-- Looking for wcscmp - found\\n-- Looking for wcsdup\\n-- Looking for wcsdup - found\\n-- Looking for wcslcat\\n-- Looking for wcslcat - found\\n-- Looking for wcslcpy\\n-- Looking for wcslcpy - found\\n-- Looking for wcslen\\n-- Looking for wcslen - found\\n-- Looking for wcsncmp\\n-- Looking for wcsncmp - found\\n-- Looking for wcsstr\\n-- Looking for wcsstr - found\\n-- Looking for wcstol\\n-- Looking for wcstol - found\\n-- Looking for strcasestr\\n-- Looking for strcasestr - found\\n-- Performing Test LIBC_HAS_ISINF\\n-- Performing Test LIBC_HAS_ISINF - Success\\n-- Performing Test LIBC_ISINF_HANDLES_FLOAT\\n-- Performing Test LIBC_ISINF_HANDLES_FLOAT - Success\\n-- Performing Test LIBC_HAS_ISINFF\\n-- Performing Test LIBC_HAS_ISINFF - Success\\n-- Performing Test LIBC_HAS_ISNAN\\n-- Performing Test LIBC_HAS_ISNAN - Success\\n-- Performing Test LIBC_ISNAN_HANDLES_FLOAT\\n-- Performing Test LIBC_ISNAN_HANDLES_FLOAT - Success\\n-- Performing Test LIBC_HAS_ISNANF\\n-- Performing Test LIBC_HAS_ISNANF - Success\\n-- Looking for fdatasync\\n-- Looking for fdatasync - found\\n-- Looking for gethostname\\n-- Looking for gethostname - found\\n-- Looking for getpagesize\\n-- Looking for getpagesize - found\\n-- Looking for sigaction\\n-- Looking for sigaction - found\\n-- Looking for setjmp\\n-- Looking for setjmp - found\\n-- Looking for nanosleep\\n-- Looking for nanosleep - found\\n-- Looking for gmtime_r\\n-- Looking for gmtime_r - found\\n-- Looking for localtime_r\\n-- Looking for localtime_r - found\\n-- Looking for nl_langinfo\\n-- Looking for nl_langinfo - found\\n-- Looking for sysconf\\n-- Looking for sysconf - found\\n-- Looking for sysctlbyname\\n-- Looking for sysctlbyname - not found\\n-- Looking for getauxval\\n-- Looking for getauxval - found\\n-- Looking for elf_aux_info\\n-- Looking for elf_aux_info - not found\\n-- Looking for poll\\n-- Looking for poll - found\\n-- Looking for memfd_create\\n-- Looking for memfd_create - found\\n-- Looking for posix_fallocate\\n-- Looking for posix_fallocate - found\\n-- Performing Test ICONV_IN_LIBC\\n-- Performing Test ICONV_IN_LIBC - Success\\n-- Performing Test ICONV_IN_LIBICONV\\n-- Performing Test ICONV_IN_LIBICONV - Failed\\n-- Performing Test HAVE_SA_SIGACTION\\n-- Performing Test HAVE_SA_SIGACTION - Success\\n-- Performing Test HAVE_ST_MTIM\\n-- Performing Test HAVE_ST_MTIM - Success\\n-- Looking for dlopen\\n-- Looking for dlopen - found\\n-- Performing Test HAVE_O_CLOEXEC\\n-- Performing Test HAVE_O_CLOEXEC - Success\\n-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version \\\"1.2.15.3\\\")\\n-- dynamic libasound -> libasound.so.2\\n-- Checking for module 'jack'\\n-- Package 'jack' not found\\n-- Checking for module 'libpipewire-0.3>=0.3.44'\\n-- Found libpipewire-0.3, version 1.6.2\\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\\n-- Checking for module 'libpulse>=0.9.15'\\n-- Found libpulse, version 17.0\\n-- dynamic libpulse -> libpulse.so.0\\n-- Checking for module 'sndio'\\n-- Found sndio, version 1.10.0\\n-- dynamic libsndio -> libsndio.so.7\\n-- Found X11: /usr/include\\n-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so\\n-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found\\n-- Looking for gethostbyname\\n-- Looking for gethostbyname - found\\n-- Looking for connect\\n-- Looking for connect - found\\n-- Looking for remove\\n-- Looking for remove - found\\n-- Looking for shmat\\n-- Looking for shmat - found\\n-- Looking for IceConnectionNumber in ICE\\n-- Looking for IceConnectionNumber in ICE - found\\n-- dynamic libX11 -> libX11.so.6\\n-- dynamic libXext -> libXext.so.6\\n-- dynamic libXcursor -> libXcursor.so.1\\n-- dynamic libXi -> libXi.so.6\\n-- dynamic libXfixes -> libXfixes.so.3\\n-- dynamic libXrandr -> libXrandr.so.2\\n-- dynamic libXrender -> libXrender.so.1\\n-- dynamic libXss -> libXss.so.1\\n-- Looking for shmat\\n-- Looking for shmat - found\\n-- Performing Test HAVE_XGENERICEVENT\\n-- Performing Test HAVE_XGENERICEVENT - Success\\n-- Looking for XkbLookupKeySym\\n-- Looking for XkbLookupKeySym - found\\n-- Performing Test HAVE_XINPUT2_MULTITOUCH\\n-- Performing Test HAVE_XINPUT2_MULTITOUCH - Success\\n-- Performing Test HAVE_XFIXES_H\\n-- Performing Test HAVE_XFIXES_H - Success\\n-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so\\n-- Performing Test HAVE_OPENGL_EGL\\n-- Performing Test HAVE_OPENGL_EGL - Success\\n-- Checking for module 'libdrm'\\n-- Found libdrm, version 2.4.131\\n-- Checking for module 'gbm'\\n-- Found gbm, version 26.0.8-1ubuntu0.3\\n-- dynamic libdrm -> libdrm.so.2\\n-- dynamic libgbm -> libgbm.so.1\\n-- Performing Test HAVE_OPENGL_GLX\\n-- Performing Test HAVE_OPENGL_GLX - Success\\n-- Performing Test HAVE_OPENGL\\n-- Performing Test HAVE_OPENGL - Success\\n-- Performing Test HAVE_OPENGLES_V1\\n-- Performing Test HAVE_OPENGLES_V1 - Success\\n-- Performing Test HAVE_OPENGLES_V2\\n-- Performing Test HAVE_OPENGLES_V2 - Success\\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\\n-- Found wayland-client, version 1.24.0\\n-- Found wayland-egl, version 18.1.0\\n-- Found wayland-cursor, version 1.24.0\\n-- Found egl, version 1.5\\n-- Found xkbcommon, version 1.13.1\\n-- dynamic libwayland-client -> libwayland-client.so.0\\n-- dynamic libwayland-egl -> libwayland-egl.so.1\\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\\n-- dynamic libxkbcommon -> libxkbcommon.so.0\\n-- Checking for module 'libdecor-0'\\n-- Found libdecor-0, version 0.2.5\\n-- dynamic libdecor-0 -> libdecor-0.so.0\\n-- Performing Test HAVE_LINUX_INPUT_H\\n-- Performing Test HAVE_LINUX_INPUT_H - Success\\n-- Performing Test HAVE_INPUT_KD\\n-- Performing Test HAVE_INPUT_KD - Success\\n-- Performing Test HAVE_LINUX_VIDEODEV2_H\\n-- Performing Test HAVE_LINUX_VIDEODEV2_H - Success\\n-- Looking for libudev.h\\n-- Looking for libudev.h - found\\n-- dynamic libudev -> libudev.so.1\\n-- Looking for sys/inotify.h\\n-- Looking for sys/inotify.h - found\\n-- Looking for inotify_init\\n-- Looking for inotify_init - found\\n-- Looking for inotify_init1\\n-- Looking for inotify_init1 - found\\n-- Checking for one of the modules 'dbus-1;dbus'\\n-- Checking for one of the modules 'ibus-1.0;ibus'\\n-- Checking for one of the modules 'liburing-ffi'\\n-- Checking for module 'libusb-1.0>=1.0.16'\\n-- Package 'libusb-1.0' not found\\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \\\"LibUSB_VERSION-NOTFOUND\\\")\\n-- Performing Test HAVE_PTHREADS\\n-- Performing Test HAVE_PTHREADS - Success\\n-- Performing Test HAVE_RECURSIVE_MUTEXES\\n-- Performing Test HAVE_RECURSIVE_MUTEXES - Success\\n-- Performing Test HAVE_PTHREADS_SEM\\n-- Performing Test HAVE_PTHREADS_SEM - Success\\n-- Performing Test COMPILER_HAS_SEM_TIMEDWAIT\\n-- Performing Test COMPILER_HAS_SEM_TIMEDWAIT - Success\\n-- Looking for pthread.h\\n-- Looking for pthread.h - found\\n-- Looking for pthread_np.h\\n-- Looking for pthread_np.h - not found\\n-- Performing Test HAVE_PTHREAD_SETNAME_NP\\n-- Performing Test HAVE_PTHREAD_SETNAME_NP - Success\\n-- Looking for clock_gettime in c\\n-- Looking for clock_gettime in c - found\\n-- Performing Test HAVE_POSIX_SPAWN\\n-- Performing Test HAVE_POSIX_SPAWN - Success\\n-- \\n-- SDL3 was configured with the following options:\\n-- \\n-- Platform: Linux-7.0.0-31-generic\\n-- 64-bit: TRUE\\n-- Compiler: /usr/bin/clang\\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\\n-- Vendor: \\n-- \\n-- Subsystems:\\n-- Audio: ON\\n-- Video: ON\\n-- GPU: ON\\n-- Render: ON\\n-- Camera: ON\\n-- Joystick: ON\\n-- Haptic: ON\\n-- Hidapi: ON\\n-- Power: ON\\n-- Sensor: ON\\n-- Dialog: ON\\n-- \\n-- Options:\\n-- SDL_ALSA (Wanted: ON): ON\\n-- SDL_ALSA_SHARED (Wanted: ON): ON\\n-- SDL_ALTIVEC (Wanted: OFF): OFF\\n-- SDL_ARMNEON (Wanted: OFF): OFF\\n-- SDL_ASAN (Wanted: OFF): OFF\\n-- SDL_ASSEMBLY (Wanted: ON): ON\\n-- SDL_ASSERTIONS (Wanted: auto): auto\\n-- SDL_AVX (Wanted: ON): ON\\n-- SDL_AVX2 (Wanted: ON): ON\\n-- SDL_AVX512F (Wanted: ON): ON\\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\\n-- SDL_CCACHE (Wanted: OFF): OFF\\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\\n-- SDL_COCOA (Wanted: OFF): OFF\\n-- SDL_DBUS (Wanted: ON): ON\\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\\n-- SDL_DIRECTX (Wanted: OFF): OFF\\n-- SDL_DISKAUDIO (Wanted: ON): ON\\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\\n-- SDL_EXAMPLES (Wanted: OFF): OFF\\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\\n-- SDL_HIDAPI (Wanted: ON): ON\\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\\n-- SDL_IBUS (Wanted: ON): ON\\n-- SDL_INSTALL (Wanted: OFF): OFF\\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\\n-- SDL_JACK (Wanted: ON): OFF\\n-- SDL_JACK_SHARED (Wanted: ON): OFF\\n-- SDL_KMSDRM (Wanted: ON): ON\\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\\n-- SDL_LASX (Wanted: OFF): OFF\\n-- SDL_LIBC (Wanted: ON): ON\\n-- SDL_LIBICONV (Wanted: OFF): OFF\\n-- SDL_LIBUDEV (Wanted: ON): ON\\n-- SDL_LIBURING (Wanted: ON): OFF\\n-- SDL_LSX (Wanted: OFF): OFF\\n-- SDL_METAL (Wanted: OFF): OFF\\n-- SDL_MMX (Wanted: ON): ON\\n-- SDL_OFFSCREEN (Wanted: ON): ON\\n-- SDL_OPENGL (Wanted: ON): ON\\n-- SDL_OPENGLES (Wanted: ON): ON\\n-- SDL_OPENVR (Wanted: OFF): OFF\\n-- SDL_OSS (Wanted: OFF): OFF\\n-- SDL_PIPEWIRE (Wanted: ON): ON\\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\\n-- SDL_PTHREADS (Wanted: ON): ON\\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\\n-- SDL_PULSEAUDIO (Wanted: ON): ON\\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\\n-- SDL_RENDER_GPU (Wanted: ON): ON\\n-- SDL_RENDER_METAL (Wanted: ON): OFF\\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\\n-- SDL_RPATH (Wanted: ON): OFF\\n-- SDL_RPI (Wanted: OFF): OFF\\n-- SDL_SNDIO (Wanted: ON): ON\\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\\n-- SDL_SSE (Wanted: ON): ON\\n-- SDL_SSE2 (Wanted: ON): ON\\n-- SDL_SSE3 (Wanted: ON): ON\\n-- SDL_SSE4_1 (Wanted: ON): ON\\n-- SDL_SSE4_2 (Wanted: ON): ON\\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\\n-- SDL_TESTS (Wanted: OFF): OFF\\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\\n-- SDL_UNINSTALL (Wanted: OFF): OFF\\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\\n-- SDL_VIVANTE (Wanted: OFF): OFF\\n-- SDL_VULKAN (Wanted: ON): ON\\n-- SDL_WASAPI (Wanted: OFF): OFF\\n-- SDL_WAYLAND (Wanted: ON): ON\\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\\n-- SDL_X11 (Wanted: ON): ON\\n-- SDL_X11_SHARED (Wanted: ON): ON\\n-- SDL_X11_XCURSOR (Wanted: ON): ON\\n-- SDL_X11_XDBE (Wanted: ON): ON\\n-- SDL_X11_XFIXES (Wanted: ON): ON\\n-- SDL_X11_XINPUT (Wanted: ON): ON\\n-- SDL_X11_XRANDR (Wanted: ON): ON\\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\\n-- SDL_X11_XSHAPE (Wanted: ON): ON\\n-- SDL_X11_XSYNC (Wanted: ON): ON\\n-- SDL_XINPUT (Wanted: OFF): OFF\\n-- \\n-- Build Shared Library: OFF\\n-- Build Static Library: ON\\n-- Build Static Library with Position Independent Code: \\n-- \\n-- If something was not detected, although the libraries\\n-- were installed, then make sure you have set the\\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\\n-- \\n-- Found Vulkan: /usr/lib/x86_64-linux-gnu/libvulkan.so (found suitable version \\\"1.4.341\\\", minimum required is \\\"1.3\\\") found components: glslangValidator missing components: glslc\\n-- Found Python3: /home/emil/.local/bin/python3.11 (found version \\\"3.11.15\\\") found components: Interpreter\\n-- Configuring done (45.5s)\\n-- Generating done (0.1s)\\n-- Build files have been written to: /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release\\n$ \\\"cmake\\\" \\\"--build\\\" \\\"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release\\\" \\\"--config\\\" \\\"Release\\\" \\\"--parallel\\\" \\\"4\\\" \\\"--target\\\" \\\"faset_player\\\" \\\"faset_schema_exporter\\\"\\n[0/2] Re-checking globbed directories...\\n[1/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o\\n[2/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o\\n[3/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o\\n[4/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o\\n[5/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o\\n[6/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o\\n[7/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o\\n[8/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o\\n[9/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o\\n[10/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o\\n[11/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o\\n[12/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/libm/k_rem_pio2.c:175:12: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 175 | if ((m+1) < SDL_arraysize(f)) {\\n | ~~~ ^ ~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/libm/k_rem_pio2.c:193:9: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare]\\n 193 | if (jz < SDL_arraysize(iq)) {\\n | ~~ ^ ~~~~~~~~~~~~~~~~~\\n2 warnings generated.\\n[13/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o\\n[14/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o\\n[15/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o\\n[16/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o\\n[17/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o\\n[18/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o\\n[19/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o\\n[20/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o\\n[21/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o\\n[22/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o\\n[23/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o\\n[24/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o\\n[25/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o\\n[26/500] Linking C static library _deps/sdl3-build/libSDL_uclibc.a\\n[27/500] Generating wayland-generated-protocols/alpha-modifier-v1-client-protocol.h\\n[28/500] Generating wayland-generated-protocols/color-management-v1-client-protocol.h\\n[29/500] Generating wayland-generated-protocols/cursor-shape-v1-client-protocol.h\\n[30/500] Generating wayland-generated-protocols/fractional-scale-v1-client-protocol.h\\n[31/500] Generating wayland-generated-protocols/frog-color-management-v1-client-protocol.h\\n[32/500] Generating wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h\\n[33/500] Generating wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h\\n[34/500] Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h\\n[35/500] Generating wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h\\n[36/500] Generating wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h\\n[37/500] Generating wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h\\n[38/500] Generating wayland-generated-protocols/tablet-v2-client-protocol.h\\n[39/500] Generating wayland-generated-protocols/text-input-unstable-v3-client-protocol.h\\n[40/500] Generating wayland-generated-protocols/viewporter-client-protocol.h\\n[41/500] Generating wayland-generated-protocols/wayland-client-protocol.h\\n[42/500] Generating wayland-generated-protocols/xdg-activation-v1-client-protocol.h\\n[43/500] Generating wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h\\n[44/500] Generating wayland-generated-protocols/xdg-dialog-v1-client-protocol.h\\n[45/500] Generating wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h\\n[46/500] Generating wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h\\n[47/500] Generating wayland-generated-protocols/xdg-shell-client-protocol.h\\n[48/500] Generating wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h\\n[49/500] Generating wayland-generated-protocols/alpha-modifier-v1-protocol.c\\n[50/500] Generating wayland-generated-protocols/color-management-v1-protocol.c\\n[51/500] Generating wayland-generated-protocols/cursor-shape-v1-protocol.c\\n[52/500] Generating wayland-generated-protocols/fractional-scale-v1-protocol.c\\n[53/500] Generating wayland-generated-protocols/frog-color-management-v1-protocol.c\\n[54/500] Generating wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c\\n[55/500] Generating wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c\\n[56/500] Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c\\n[57/500] Generating wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c\\n[58/500] Generating wayland-generated-protocols/primary-selection-unstable-v1-protocol.c\\n[59/500] Generating wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c\\n[60/500] Generating wayland-generated-protocols/tablet-v2-protocol.c\\n[61/500] Generating wayland-generated-protocols/text-input-unstable-v3-protocol.c\\n[62/500] Generating wayland-generated-protocols/viewporter-protocol.c\\n[63/500] Generating wayland-generated-protocols/wayland-protocol.c\\n[64/500] Generating wayland-generated-protocols/xdg-activation-v1-protocol.c\\n[65/500] Generating wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c\\n[66/500] Generating wayland-generated-protocols/xdg-dialog-v1-protocol.c\\n[67/500] Generating wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c\\n[68/500] Generating wayland-generated-protocols/xdg-output-unstable-v1-protocol.c\\n[69/500] Generating wayland-generated-protocols/xdg-shell-protocol.c\\n[70/500] Generating wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c\\n[71/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/cmake_pch.h.pch\\n[72/500] Generating shaders/compatibility.spv\\n[73/500] Generating shaders/fragmentMain.spv, shaders/fragmentMain.reflection.json\\n[74/500] Generating shaders/gpuCullMain.spv, shaders/gpuCullMain.reflection.json\\n[75/500] Building CXX object CMakeFiles/faset_core.dir/src/core/process.cpp.o\\n[76/500] Generating shaders/gpuHzbMain.spv, shaders/gpuHzbMain.reflection.json\\n[77/500] Building CXX object CMakeFiles/faset_core.dir/src/core/hash.cpp.o\\n[78/500] Generating shaders/gpuShadowMain.spv, shaders/gpuShadowMain.reflection.json\\n[79/500] Generating shaders/gpuPostCullMain.spv, shaders/gpuPostCullMain.reflection.json\\n[80/500] Generating shaders/shadowMain.spv, shaders/shadowMain.reflection.json\\n[81/500] Generating shaders/gpuVertexMain.spv, shaders/gpuVertexMain.reflection.json\\n[82/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/aabb.c.o\\n[83/500] Generating shaders/vertexMain.spv, shaders/vertexMain.reflection.json\\n[84/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/arena_allocator.c.o\\n[85/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/array.c.o\\n[86/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/bitset.c.o\\n[87/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/broad_phase.c.o\\n[88/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/constraint_graph.c.o\\n[89/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/contact.c.o\\n[90/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/core.c.o\\n[91/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/body.c.o\\n[92/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/contact_solver.c.o\\n[93/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/distance_joint.c.o\\n[94/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/distance.c.o\\n[95/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/hull.c.o\\n[96/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/dynamic_tree.c.o\\n[97/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/id_pool.c.o\\n[98/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/geometry.c.o\\n[99/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/island.c.o\\n[100/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/math_functions.c.o\\n[101/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/joint.c.o\\n[102/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/manifold.c.o\\n[103/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/motor_joint.c.o\\n[104/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/mouse_joint.c.o\\n[105/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/mover.c.o\\n[106/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/revolute_joint.c.o\\n[107/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/prismatic_joint.c.o\\n[108/500] Building CXX object CMakeFiles/faset_core.dir/src/core/io.cpp.o\\n[109/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/sensor.c.o\\n[110/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/table.c.o\\n[111/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/timer.c.o\\n[112/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/solver_set.c.o\\n[113/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/types.c.o\\n[114/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/weld_joint.c.o\\n[115/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/solver.c.o\\n[116/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/shape.c.o\\n[117/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/wheel_joint.c.o\\n[118/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/bitset.c.o\\n[119/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/arena_allocator.c.o\\n[120/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/aabb.c.o\\n[121/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/block_allocator.c.o\\n[122/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/capsule.c.o\\n[123/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/broad_phase.c.o\\n[124/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/world.c.o\\n[125/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/compound.c.o\\n[126/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/body.c.o\\n[127/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/constraint_graph.c.o\\n[128/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/contact.c.o\\n[129/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/core.c.o\\n[130/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/distance_joint.c.o\\n[131/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/convex_manifold.c.o\\n[132/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/contact_solver.c.o\\n[133/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/distance.c.o\\n[134/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/id_pool.c.o\\n[135/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/island.c.o\\n[136/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/dynamic_tree.c.o\\n[137/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/height_field.c.o\\n[138/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/manifold.c.o\\n[139/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/math_functions.c.o\\n[140/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/joint.c.o\\n[141/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/hull.c.o\\n[142/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/mover.c.o\\n[143/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/motor_joint.c.o\\n[144/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/parallel_for.c.o\\n[145/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/name_cache.c.o\\n[146/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/mesh_contact.c.o\\n[147/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/parallel_joint.c.o\\n[148/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/mesh.c.o\\n[149/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/prismatic_joint.c.o\\n[150/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/physics_world.c.o\\n[151/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/world_snapshot.c.o\\n[152/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/scheduler.c.o\\n[153/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/revolute_joint.c.o\\n[154/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/sensor.c.o\\n[155/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/simd.c.o\\n[156/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/shape.c.o\\n[157/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/solver.c.o\\n[158/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/recording_replay.c.o\\n[159/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/sphere.c.o\\n[160/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/solver_set.c.o\\n[161/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/recording.c.o\\n[162/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/table.c.o\\n[163/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/timer.c.o\\n[164/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/types.c.o\\n[165/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/spherical_joint.c.o\\n[166/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/triangle_manifold.c.o\\n[167/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/weld_joint.c.o\\n[168/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o\\n[169/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o\\n[170/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL.c.o\\n[171/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_guid.c:33:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 33 | for (i = 0; i < sizeof(guid.data) && i < (cbGUID - 1) / 2; i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[172/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_hints.c:76:47: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 76 | static void SDLCALL CleanupHintProperty(void *userdata, void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_hints.c:215:46: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 215 | static void SDLCALL ResetHintsCallback(void *userdata, SDL_PropertiesID hints, const char *name)\\n | ^\\n2 warnings generated.\\n[173/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o\\n[174/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o\\n[175/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/wheel_joint.c.o\\n[176/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o\\n[177/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o\\n[178/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:123:46: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:123:68: warning: unused parameter 'name' [-Wunused-parameter]\\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:123:86: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:123:108: warning: unused parameter 'hint' [-Wunused-parameter]\\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:195:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 195 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:210:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 210 | if (category >= 0 && category < SDL_arraysize(SDL_log_priorities)) {\\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:245:35: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 245 | if (category >= 0 && category < SDL_arraysize(SDL_log_priorities)) {\\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:251:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 251 | if (category >= 0 && category < SDL_arraysize(SDL_log_priorities)) {\\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:284:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 284 | for (i = 0; i < SDL_arraysize(SDL_category_names); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:358:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 358 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:381:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 381 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:393:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 393 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:419:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 419 | for (int i = 0; i < SDL_arraysize(SDL_priority_prefixes); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:600:13: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 600 | if (len >= sizeof(stack_buf) && SDL_size_add_check_overflow(len, 1, &len_plus_term)) {\\n | ~~~ ^ ~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:645:41: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 645 | static void SDLCALL SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_log.c:645:55: warning: unused parameter 'category' [-Wunused-parameter]\\n 645 | static void SDLCALL SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority,\\n | ^\\n16 warnings generated.\\n[179/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_properties.c:57:83: warning: unused parameter 'data' [-Wunused-parameter]\\n 57 | static void SDL_FreePropertyWithCleanup(const void *key, const void *value, void *data, bool cleanup)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_properties.c:105:45: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 105 | static bool SDLCALL FreeOneProperties(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_properties.c:105:76: warning: unused parameter 'table' [-Wunused-parameter]\\n 105 | static bool SDLCALL FreeOneProperties(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_properties.c:105:95: warning: unused parameter 'key' [-Wunused-parameter]\\n 105 | static bool SDLCALL FreeOneProperties(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_properties.c:206:74: warning: unused parameter 'table' [-Wunused-parameter]\\n 206 | static bool SDLCALL CopyOneProperty(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_properties.c:398:51: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 398 | static void SDLCALL CleanupFreeableProperty(void *userdata, void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_properties.c:408:42: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 408 | static void SDLCALL CleanupSurface(void *userdata, void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_properties.c:780:54: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 780 | static void SDLCALL SDL_DumpPropertiesCallback(void *userdata, SDL_PropertiesID props, const char *name)\\n | ^\\n8 warnings generated.\\n[180/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_utils.c:141:44: warning: unused parameter 'unused' [-Wunused-parameter]\\n 141 | static Uint32 SDLCALL SDL_HashObject(void *unused, const void *key)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_utils.c:146:38: warning: unused parameter 'unused' [-Wunused-parameter]\\n 146 | static bool SDL_KeyMatchObject(void *unused, const void *a, const void *b)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_utils.c:193:71: warning: unused parameter 'table' [-Wunused-parameter]\\n 193 | static bool SDLCALL GetOneObject(void *userdata, const SDL_HashTable *table, const void *object, const void *object_type)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_utils.c:213:46: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 213 | static bool SDLCALL LogOneLeakedObject(void *userdata, const SDL_HashTable *table, const void *object, const void *object_type)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/SDL_utils.c:213:77: warning: unused parameter 'table' [-Wunused-parameter]\\n 213 | static bool SDLCALL LogOneLeakedObject(void *userdata, const SDL_HashTable *table, const void *object, const void *object_type)\\n | ^\\n5 warnings generated.\\n[181/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o\\n[182/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audioqueue.c:262:81: warning: unused parameter 'len' [-Wunused-parameter]\\n 262 | static void SDLCALL FreeChunkedAudioBuffer(void *userdata, const void *buf, int len)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audioqueue.c:373:47: warning: unused parameter 'queue' [-Wunused-parameter]\\n 373 | size_t SDL_NextAudioQueueIter(SDL_AudioQueue *queue, void **inout_iter, SDL_AudioSpec *out_spec, int **out_chmap, bool *out_flushed)\\n | ^\\n2 warnings generated.\\n[183/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audioresample.c:94:99: warning: unused parameter 'chans' [-Wunused-parameter]\\n 94 | static void ResampleFrame_Mono(const float *src, float *dst, const Cubic *filter, float frac, int chans)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audioresample.c:112:101: warning: unused parameter 'chans' [-Wunused-parameter]\\n 112 | static void ResampleFrame_Stereo(const float *src, float *dst, const Cubic *filter, float frac, int chans)\\n | ^\\n2 warnings generated.\\n[184/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o\\n[185/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:311:47: warning: unused parameter 'device' [-Wunused-parameter]\\n 311 | static bool ZombiePlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buflen)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:311:68: warning: unused parameter 'buffer' [-Wunused-parameter]\\n 311 | static bool ZombiePlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buflen)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:311:80: warning: unused parameter 'buflen' [-Wunused-parameter]\\n 311 | static bool ZombiePlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buflen)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:316:64: warning: unused parameter 'buffer_size' [-Wunused-parameter]\\n 316 | static Uint8 *ZombieGetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:328:51: warning: unused parameter 'device' [-Wunused-parameter]\\n 328 | static void ZombieFlushRecording(SDL_AudioDevice *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:805:60: warning: unused parameter 'device' [-Wunused-parameter]\\n 805 | static void SDL_AudioThreadDeinit_Default(SDL_AudioDevice *device) { /* no-op. */ }\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:806:58: warning: unused parameter 'device' [-Wunused-parameter]\\n 806 | static bool SDL_AudioWaitDevice_Default(SDL_AudioDevice *device) { return true; /* no-op. */ }\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:807:58: warning: unused parameter 'device' [-Wunused-parameter]\\n 807 | static bool SDL_AudioPlayDevice_Default(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size) { return true; /* no-op. */ }\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:807:79: warning: unused parameter 'buffer' [-Wunused-parameter]\\n 807 | static bool SDL_AudioPlayDevice_Default(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size) { return true; /* no-op. */ }\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:807:91: warning: unused parameter 'buffer_size' [-Wunused-parameter]\\n 807 | static bool SDL_AudioPlayDevice_Default(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size) { return true; /* no-op. */ }\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:808:67: warning: unused parameter 'device' [-Wunused-parameter]\\n 808 | static bool SDL_AudioWaitRecordingDevice_Default(SDL_AudioDevice *device) { return true; /* no-op. */ }\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:809:62: warning: unused parameter 'device' [-Wunused-parameter]\\n 809 | static void SDL_AudioFlushRecording_Default(SDL_AudioDevice *device) { /* no-op. */ }\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:810:59: warning: unused parameter 'device' [-Wunused-parameter]\\n 810 | static void SDL_AudioCloseDevice_Default(SDL_AudioDevice *device) { /* no-op. */ }\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:813:64: warning: unused parameter 'device' [-Wunused-parameter]\\n 813 | static void SDL_AudioFreeDeviceHandle_Default(SDL_AudioDevice *device) { /* no-op. */ }\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:832:62: warning: unused parameter 'device' [-Wunused-parameter]\\n 832 | static Uint8 *SDL_AudioGetDeviceBuf_Default(SDL_AudioDevice *device, int *buffer_size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:838:59: warning: unused parameter 'device' [-Wunused-parameter]\\n 838 | static int SDL_AudioRecordDevice_Default(SDL_AudioDevice *device, void *buffer, int buflen)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:838:73: warning: unused parameter 'buffer' [-Wunused-parameter]\\n 838 | static int SDL_AudioRecordDevice_Default(SDL_AudioDevice *device, void *buffer, int buflen)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:838:85: warning: unused parameter 'buflen' [-Wunused-parameter]\\n 838 | static int SDL_AudioRecordDevice_Default(SDL_AudioDevice *device, void *buffer, int buflen)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:844:58: warning: unused parameter 'device' [-Wunused-parameter]\\n 844 | static bool SDL_AudioOpenDevice_Default(SDL_AudioDevice *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:877:77: warning: unused parameter 'table' [-Wunused-parameter]\\n 877 | static bool SDLCALL FindLowestDeviceID(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:905:47: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 905 | static Uint32 SDLCALL HashAudioDeviceID(void *userdata, const void *key)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:1051:57: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 1051 | static bool SDLCALL DestroyOnePhysicalAudioDevice(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:1051:88: warning: unused parameter 'table' [-Wunused-parameter]\\n 1051 | static bool SDLCALL DestroyOnePhysicalAudioDevice(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:1106:47: warning: unused parameter 'device' [-Wunused-parameter]\\n 1106 | void SDL_AudioThreadFinalize(SDL_AudioDevice *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:1406:76: warning: unused parameter 'table' [-Wunused-parameter]\\n 1406 | static bool SDLCALL CountAudioDevices(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audio.c:1477:84: warning: unused parameter 'table' [-Wunused-parameter]\\n 1477 | static bool SDLCALL FindAudioDeviceByCallback(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n26 warnings generated.\\n[186/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o\\n[187/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/SDL_core_unsupported.c:62:34: warning: unused parameter 'outUserHandle' [-Wunused-parameter]\\n 62 | bool SDL_GetGDKDefaultUser(void *outUserHandle)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/SDL_core_unsupported.c:68:39: warning: unused parameter 'device' [-Wunused-parameter]\\n 68 | void SDL_GDKSuspendGPU(SDL_GPUDevice *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/SDL_core_unsupported.c:73:38: warning: unused parameter 'device' [-Wunused-parameter]\\n 73 | void SDL_GDKResumeGPU(SDL_GPUDevice *device)\\n | ^\\n3 warnings generated.\\n[188/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:266:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 266 | for (int i = 0; i < SDL_arraysize(device->output_surfaces); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:618:90: warning: unused parameter 'table' [-Wunused-parameter]\\n 618 | static bool SDLCALL FindOnePhysicalCameraByCallback(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:618:109: warning: unused parameter 'key' [-Wunused-parameter]\\n 618 | static bool SDLCALL FindOnePhysicalCameraByCallback(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:709:71: warning: unused parameter 'table' [-Wunused-parameter]\\n 709 | static bool SDLCALL GetOneCamera(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:709:107: warning: unused parameter 'value' [-Wunused-parameter]\\n 709 | static bool SDLCALL GetOneCamera(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:784:40: warning: unused parameter 'device' [-Wunused-parameter]\\n 784 | void SDL_CameraThreadSetup(SDL_Camera *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:927:43: warning: unused parameter 'device' [-Wunused-parameter]\\n 927 | void SDL_CameraThreadShutdown(SDL_Camera *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:1021:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1021 | for (int i = 0; i < (SDL_arraysize(device->output_surfaces) - 1); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:1026:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1026 | for (int i = 0; i < SDL_arraysize(device->output_surfaces); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:1054:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1054 | for (int i = 0; i < SDL_arraysize(device->output_surfaces); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:1436:49: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 1436 | static void SDLCALL DestroyCameraHashItem(void *userdata, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/SDL_camera.c:1436:71: warning: unused parameter 'key' [-Wunused-parameter]\\n 1436 | static void SDLCALL DestroyCameraHashItem(void *userdata, const void *key, const void *value)\\n | ^\\n12 warnings generated.\\n[189/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o\\n[190/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_wave.c:679:65: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\\n 679 | } else if (outputsize > SDL_MAX_UINT32 || state.framestotal > SIZE_MAX) {\\n | ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_wave.c:1070:65: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\\n 1070 | } else if (outputsize > SDL_MAX_UINT32 || state.framestotal > SIZE_MAX) {\\n | ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_wave.c:1231:68: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\\n 1231 | } else if (expanded_len > SDL_MAX_UINT32 || file->sampleframes > SIZE_MAX) {\\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_wave.c:1362:68: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\\n 1362 | } else if (expanded_len > SDL_MAX_UINT32 || file->sampleframes > SIZE_MAX) {\\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_wave.c:1426:66: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\\n 1426 | } else if (outputsize > SDL_MAX_UINT32 || file->sampleframes > SIZE_MAX) {\\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\\n5 warnings generated.\\n[191/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o\\n[192/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o\\n[193/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_displayevents.c:34:55: warning: comparison of integers of different signs: 'int' and 'SDL_DisplayOrientation' (aka 'enum SDL_DisplayOrientation') [-Wsign-compare]\\n 34 | if (data1 == SDL_ORIENTATION_UNKNOWN || data1 == display->current_orientation) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[194/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audiocvt.c:397:33: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\\n 397 | const int max_format_size = SDL_max(max_app_format_size, sizeof (float)); // ConvertAudio and ResampleAudio use floats.\\n | ^ ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2128:29: note: expanded from macro 'SDL_max'\\n 2128 | #define SDL_max(x, y) (((x) > (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audiocvt.c:617:139: warning: unused parameter 'isinput' [-Wunused-parameter]\\n 617 | bool SetAudioStreamChannelMap(SDL_AudioStream *stream, const SDL_AudioSpec *spec, int **stream_chmap, const int *chmap, int channels, int isinput)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audiocvt.c:831:52: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 831 | static void SDLCALL FreeAllocatedAudioBuffer(void *userdata, const void *buf, int len)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audiocvt.c:831:83: warning: unused parameter 'len' [-Wunused-parameter]\\n 831 | static void SDLCALL FreeAllocatedAudioBuffer(void *userdata, const void *buf, int len)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audiocvt.c:1329:51: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 1329 | static void SDLCALL DontFreeThisAudioBuffer(void *userdata, const void *buf, int len)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audiocvt.c:1329:73: warning: unused parameter 'buf' [-Wunused-parameter]\\n 1329 | static void SDLCALL DontFreeThisAudioBuffer(void *userdata, const void *buf, int len)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/SDL_audiocvt.c:1329:82: warning: unused parameter 'len' [-Wunused-parameter]\\n 1329 | static void SDLCALL DontFreeThisAudioBuffer(void *userdata, const void *buf, int len)\\n | ^\\n7 warnings generated.\\n[195/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o\\n[196/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o\\n[197/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keymap.c:628:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 628 | for (int i = 0; i < SDL_arraysize(extended_default_symbols); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keymap.c:652:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 652 | for (int i = 0; i < SDL_arraysize(normal_default_symbols); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keymap.c:658:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 658 | for (int i = 0; i < SDL_arraysize(shifted_default_symbols); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keymap.c:1014:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1014 | for (i = 0; i < SDL_arraysize(SDL_scancode_names); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n4 warnings generated.\\n[198/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keyboard.c:74:75: warning: unused parameter 'name' [-Wunused-parameter]\\n 74 | static void SDLCALL SDL_KeycodeOptionsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keyboard.c:74:93: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 74 | static void SDLCALL SDL_KeycodeOptionsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keyboard.c:104:28: warning: unused parameter 'vendor' [-Wunused-parameter]\\n 104 | bool SDL_IsKeyboard(Uint16 vendor, Uint16 product, int num_keys)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keyboard.c:104:43: warning: unused parameter 'product' [-Wunused-parameter]\\n 104 | bool SDL_IsKeyboard(Uint16 vendor, Uint16 product, int num_keys)\\n | ^\\n4 warnings generated.\\n[199/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keysym_to_keycode.c:51:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 51 | for (int i = 0; i < SDL_arraysize(keysym_to_keycode_table); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[200/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:397:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 397 | for (i = 0; i < SDL_arraysize(KeySymToSDLScancode); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:415:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 415 | if (i >= 0 && i < SDL_arraysize(LinuxKeycodeKeysyms) && keysym == LinuxKeycodeKeysyms[i]) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:419:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 419 | for (i = 0; i < SDL_arraysize(LinuxKeycodeKeysyms); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:429:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 429 | for (i = 0; i < SDL_arraysize(ExtendedLinuxKeycodeKeysyms); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n4 warnings generated.\\n[201/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:227:68: warning: unused parameter 'state' [-Wunused-parameter]\\n 227 | static void SDL_FreeTemporaryMemoryEntry(SDL_TemporaryMemoryState *state, SDL_TemporaryMemory *entry, bool free_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:397:58: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 397 | static void SDLCALL SDL_AutoUpdateJoysticksChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:397:80: warning: unused parameter 'name' [-Wunused-parameter]\\n 397 | static void SDLCALL SDL_AutoUpdateJoysticksChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:397:98: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 397 | static void SDLCALL SDL_AutoUpdateJoysticksChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:408:56: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 408 | static void SDLCALL SDL_AutoUpdateSensorsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:408:78: warning: unused parameter 'name' [-Wunused-parameter]\\n 408 | static void SDLCALL SDL_AutoUpdateSensorsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:408:96: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 408 | static void SDLCALL SDL_AutoUpdateSensorsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:415:51: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 415 | static void SDLCALL SDL_PollSentinelChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:415:73: warning: unused parameter 'name' [-Wunused-parameter]\\n 415 | static void SDLCALL SDL_PollSentinelChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:415:91: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 415 | static void SDLCALL SDL_PollSentinelChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:428:51: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 428 | static void SDLCALL SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:428:73: warning: unused parameter 'name' [-Wunused-parameter]\\n 428 | static void SDLCALL SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:428:91: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 428 | static void SDLCALL SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:927:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 927 | for (i = 0; i < SDL_arraysize(SDL_disabled_events); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:1489:31: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\\n 1489 | poll_intervalNS = SDL_min(poll_intervalNS, EVENT_POLL_INTERVAL_NS);\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_events.c:1500:27: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\\n 1500 | poll_intervalNS = SDL_min(poll_intervalNS, EVENT_POLL_INTERVAL_NS);\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n16 warnings generated.\\n[202/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_quit.c:78:41: warning: cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\\n 78 | if (action.sa_handler == SIG_DFL && (void (*)(int))action.sa_sigaction == SIG_DFL) {\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[203/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o\\n[204/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_scancode_tables.c:48:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 48 | for (i = 0; i < SDL_arraysize(SDL_scancode_tables); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[205/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_windowevents.c:37:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 37 | for (int i = 0; i < SDL_arraysize(SDL_window_event_watchers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_windowevents.c:44:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 44 | for (int i = 0; i < SDL_arraysize(SDL_window_event_watchers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n2 warnings generated.\\n[206/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o\\n[207/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o\\n[208/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:53:81: warning: unused parameter 'name' [-Wunused-parameter]\\n 53 | static void SDLCALL SDL_MouseDoubleClickTimeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:53:99: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 53 | static void SDLCALL SDL_MouseDoubleClickTimeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:68:83: warning: unused parameter 'name' [-Wunused-parameter]\\n 68 | static void SDLCALL SDL_MouseDoubleClickRadiusChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:68:101: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 68 | static void SDLCALL SDL_MouseDoubleClickRadiusChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:79:82: warning: unused parameter 'name' [-Wunused-parameter]\\n 79 | static void SDLCALL SDL_MouseNormalSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:79:100: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 79 | static void SDLCALL SDL_MouseNormalSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:92:84: warning: unused parameter 'name' [-Wunused-parameter]\\n 92 | static void SDLCALL SDL_MouseRelativeSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:92:102: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 92 | static void SDLCALL SDL_MouseRelativeSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:105:84: warning: unused parameter 'name' [-Wunused-parameter]\\n 105 | static void SDLCALL SDL_MouseRelativeModeCenterChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:105:102: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 105 | static void SDLCALL SDL_MouseRelativeModeCenterChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:112:85: warning: unused parameter 'name' [-Wunused-parameter]\\n 112 | static void SDLCALL SDL_MouseRelativeSystemScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:112:103: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 112 | static void SDLCALL SDL_MouseRelativeSystemScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:119:79: warning: unused parameter 'name' [-Wunused-parameter]\\n 119 | static void SDLCALL SDL_MouseWarpEmulationChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:119:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 119 | static void SDLCALL SDL_MouseWarpEmulationChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:131:77: warning: unused parameter 'name' [-Wunused-parameter]\\n 131 | static void SDLCALL SDL_TouchMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:131:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 131 | static void SDLCALL SDL_TouchMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:163:77: warning: unused parameter 'name' [-Wunused-parameter]\\n 163 | static void SDLCALL SDL_MouseTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:163:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 163 | static void SDLCALL SDL_MouseTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:188:75: warning: unused parameter 'name' [-Wunused-parameter]\\n 188 | static void SDLCALL SDL_PenMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:188:93: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 188 | static void SDLCALL SDL_PenMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:195:75: warning: unused parameter 'name' [-Wunused-parameter]\\n 195 | static void SDLCALL SDL_PenTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:195:93: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 195 | static void SDLCALL SDL_PenTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:214:77: warning: unused parameter 'name' [-Wunused-parameter]\\n 214 | static void SDLCALL SDL_MouseAutoCaptureChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:214:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 214 | static void SDLCALL SDL_MouseAutoCaptureChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:225:84: warning: unused parameter 'name' [-Wunused-parameter]\\n 225 | static void SDLCALL SDL_MouseRelativeWarpMotionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:225:102: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 225 | static void SDLCALL SDL_MouseRelativeWarpMotionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:232:87: warning: unused parameter 'name' [-Wunused-parameter]\\n 232 | static void SDLCALL SDL_MouseRelativeCursorVisibleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:232:105: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 232 | static void SDLCALL SDL_MouseRelativeCursorVisibleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:241:77: warning: unused parameter 'name' [-Wunused-parameter]\\n 241 | static void SDLCALL SDL_MouseIntegerModeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:241:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 241 | static void SDLCALL SDL_MouseIntegerModeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:333:25: warning: unused parameter 'vendor' [-Wunused-parameter]\\n 333 | bool SDL_IsMouse(Uint16 vendor, Uint16 product)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:333:40: warning: unused parameter 'product' [-Wunused-parameter]\\n 333 | bool SDL_IsMouse(Uint16 vendor, Uint16 product)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/events/SDL_mouse.c:618:79: warning: unused parameter 'buttonstate' [-Wunused-parameter]\\n 618 | static bool SDL_UpdateMouseFocus(SDL_Window *window, float x, float y, Uint32 buttonstate, bool send_mouse_motion)\\n | ^\\n33 warnings generated.\\n[209/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:458:82: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 458 | static bool GlobDirectoryGetPathInfo(const char *path, SDL_PathInfo *info, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:463:114: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 463 | static bool GlobDirectoryEnumerator(const char *path, SDL_EnumerateDirectoryCallback cb, void *cbuserdata, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:491:27: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\\n 491 | if ((idx < 0) || (idx >= SDL_arraysize(CachedUserFolders))) {\\n | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:523:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 523 | for (int i = 0; i < SDL_arraysize(CachedUserFolders); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n4 warnings generated.\\n[210/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o\\n[211/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/SDL_asyncio.c:35:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 35 | for (int i = 0; i < SDL_arraysize(mode_map); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[212/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:575:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi_linux.h:44:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/linux/hid.c:135:42: warning: unused parameter 'error_str' [-Wunused-parameter]\\n 135 | static void register_error_str(wchar_t **error_str, const char *msg)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:944:5: warning: initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 944 | (void *)PLATFORM_hid_write,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:945:5: warning: initializing 'int (*)(void *, unsigned char *, size_t, int)' (aka 'int (*)(void *, unsigned char *, unsigned long, int)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 945 | (void *)PLATFORM_hid_read_timeout,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:946:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 946 | (void *)PLATFORM_hid_read,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:947:5: warning: initializing 'int (*)(void *, int)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 947 | (void *)PLATFORM_hid_set_nonblocking,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:948:5: warning: initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 948 | (void *)PLATFORM_hid_send_feature_report,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:949:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 949 | (void *)PLATFORM_hid_get_feature_report,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:950:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 950 | (void *)PLATFORM_hid_get_input_report,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:951:5: warning: initializing 'void (*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 951 | (void *)PLATFORM_hid_close,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:952:5: warning: initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 952 | (void *)PLATFORM_hid_get_manufacturer_string,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:953:5: warning: initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 953 | (void *)PLATFORM_hid_get_product_string,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:954:5: warning: initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 954 | (void *)PLATFORM_hid_get_serial_number_string,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:955:5: warning: initializing 'int (*)(void *, int, wchar_t *, size_t)' (aka 'int (*)(void *, int, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 955 | (void *)PLATFORM_hid_get_indexed_string,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:956:5: warning: initializing 'struct hid_device_info *(*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 956 | (void *)PLATFORM_hid_get_device_info,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:957:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 957 | (void *)PLATFORM_hid_get_report_descriptor,\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:958:5: warning: initializing 'const wchar_t *(*)(void *)' (aka 'const int *(*)(void *)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 958 | (void *)PLATFORM_hid_error\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1078:50: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 1078 | static void SDLCALL OnlyControllersChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1078:72: warning: unused parameter 'name' [-Wunused-parameter]\\n 1078 | static void SDLCALL OnlyControllersChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1078:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 1078 | static void SDLCALL OnlyControllersChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1083:49: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 1083 | static void SDLCALL IgnoredDevicesChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1083:71: warning: unused parameter 'name' [-Wunused-parameter]\\n 1083 | static void SDLCALL IgnoredDevicesChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1083:89: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 1083 | static void SDLCALL IgnoredDevicesChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1689:28: warning: unused parameter 'active' [-Wunused-parameter]\\n 1689 | void SDL_hid_ble_scan(bool active)\\n | ^\\n23 warnings generated.\\n[213/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/SDL_iostream.c:450:60: warning: unused parameter 'status' [-Wunused-parameter]\\n 450 | static bool SDLCALL fd_flush(void *userdata, SDL_IOStatus *status)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/SDL_iostream.c:768:86: warning: unused parameter 'status' [-Wunused-parameter]\\n 768 | static size_t SDLCALL mem_read(void *userdata, void *ptr, size_t size, SDL_IOStatus *status)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/SDL_iostream.c:774:93: warning: unused parameter 'status' [-Wunused-parameter]\\n 774 | static size_t SDLCALL mem_write(void *userdata, const void *ptr, size_t size, SDL_IOStatus *status)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/SDL_iostream.c:1019:94: warning: unused parameter 'status' [-Wunused-parameter]\\n 1019 | static size_t SDLCALL dynamic_mem_read(void *userdata, void *ptr, size_t size, SDL_IOStatus *status)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/SDL_iostream.c:1049:101: warning: unused parameter 'status' [-Wunused-parameter]\\n 1049 | static size_t SDLCALL dynamic_mem_write(void *userdata, const void *ptr, size_t size, SDL_IOStatus *status)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/SDL_iostream.c:1159:14: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\\n 1159 | if (size >= SDL_SIZE_MAX - 1) {\\n | ~~~~ ^ ~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/SDL_iostream.c:1172:26: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\\n 1172 | if (size >= SDL_SIZE_MAX - 1) {\\n | ~~~~ ^ ~~~~~~~~~~~~~~~~\\n7 warnings generated.\\n[214/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:119:50: warning: unused parameter 'data' [-Wunused-parameter]\\n 119 | static int SDLCALL AsyncIOThreadpoolWorker(void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:277:38: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 277 | static bool generic_asyncio_io(void *userdata, SDL_AsyncIOTask *task)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:290:51: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 290 | static bool generic_asyncioqueue_queue_task(void *userdata, SDL_AsyncIOTask *task)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:300:52: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 300 | static void generic_asyncioqueue_cancel_task(void *userdata, SDL_AsyncIOTask *task)\\n | ^\\n4 warnings generated.\\n[215/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o\\n[216/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o\\n[217/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/controller_type.c:112:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 112 | for ( iIndex = 0; iIndex < sizeof( arrControllers ) / sizeof( arrControllers[0] ); ++iIndex )\\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/controller_type.c:128:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 128 | for ( iIndex = 0; iIndex < sizeof( arrControllers ) / sizeof( arrControllers[0] ); ++iIndex )\\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n2 warnings generated.\\n[218/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o\\n[219/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/main/SDL_main_callbacks.c:72:56: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 72 | static bool SDLCALL SDL_MainCallbackEventWatcher(void *userdata, SDL_Event *event)\\n | ^\\n1 warning generated.\\n[220/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o\\n[221/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:365:51: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 365 | static bool SDLCALL SDL_GamepadEventWatcher(void *userdata, SDL_Event *event)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:457:112: warning: unused parameter 'num_values' [-Wunused-parameter]\\n 457 | void SDL_GamepadSensorWatcher(Uint64 timestamp, SDL_SensorID sensor, Uint64 sensor_timestamp, float *data, int num_values)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1006:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1006 | for (i = 0; i < SDL_arraysize(map_StringForGamepadType); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1050:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1050 | for (i = 0; i < SDL_arraysize(map_StringForGamepadAxis); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1110:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1110 | for (i = 0; i < SDL_arraysize(map_StringForGamepadButton); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1289:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1289 | if (i >= sizeof(szGameButton)) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1296:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1296 | if (i >= sizeof(szJoystickButton)) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:2034:62: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 2034 | while (*tmp && *tmp != ',' && *tmp != ':' && len < (sizeof(hint) - 1)) {\\n | ~~~ ^ ~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3318:34: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 3318 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3888:68: warning: unused parameter 'gamepad' [-Wunused-parameter]\\n 3888 | const char *SDL_GetGamepadAppleSFSymbolsNameForButton(SDL_Gamepad *gamepad, SDL_GamepadButton button)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3888:95: warning: unused parameter 'button' [-Wunused-parameter]\\n 3888 | const char *SDL_GetGamepadAppleSFSymbolsNameForButton(SDL_Gamepad *gamepad, SDL_GamepadButton button)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3905:66: warning: unused parameter 'gamepad' [-Wunused-parameter]\\n 3905 | const char *SDL_GetGamepadAppleSFSymbolsNameForAxis(SDL_Gamepad *gamepad, SDL_GamepadAxis axis)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3905:91: warning: unused parameter 'axis' [-Wunused-parameter]\\n 3905 | const char *SDL_GetGamepadAppleSFSymbolsNameForAxis(SDL_Gamepad *gamepad, SDL_GamepadAxis axis)\\n | ^\\n13 warnings generated.\\n[222/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o\\n[223/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o\\n[224/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o\\n[225/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o\\n[226/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:529:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 529 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:632:68: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 632 | static void SDLCALL SDL_JoystickAllowBackgroundEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:632:90: warning: unused parameter 'name' [-Wunused-parameter]\\n 632 | static void SDLCALL SDL_JoystickAllowBackgroundEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:632:108: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 632 | static void SDLCALL SDL_JoystickAllowBackgroundEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:676:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 676 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:714:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 714 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:737:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 737 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:757:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 757 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:767:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 767 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:2574:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 2574 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:3083:84: warning: unused parameter 'version' [-Wunused-parameter]\\n 3083 | bool SDL_IsJoystickSteamVirtualGamepad(Uint16 vendor_id, Uint16 product_id, Uint16 version)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:3609:30: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 3609 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:3622:34: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 3622 | num_values = SDL_min(num_values,\\n | ^~~~~~~~~~~~~~~~~~~\\n 3623 | SDL_arraysize(event.gsensor.data));\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:3706:79: warning: unused parameter 'name' [-Wunused-parameter]\\n 3706 | static void SDLCALL SDL_VIDPIDIncludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:3706:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 3706 | static void SDLCALL SDL_VIDPIDIncludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:3722:79: warning: unused parameter 'name' [-Wunused-parameter]\\n 3722 | static void SDLCALL SDL_VIDPIDExcludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/SDL_joystick.c:3722:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 3722 | static void SDLCALL SDL_VIDPIDExcludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n17 warnings generated.\\n[227/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o\\n[228/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/SDL_yuv_sw.c:336:49: warning: unused parameter 'swdata' [-Wunused-parameter]\\n 336 | void SDL_SW_UnlockYUVTexture(SDL_SW_YUVTexture *swdata)\\n | ^\\n1 warning generated.\\n[229/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o\\n[230/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o\\n[231/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o\\n[232/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o\\n[233/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o\\n[234/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_pipeline_gpu.c:47:50: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 47 | static Uint32 SDLCALL HashPipelineCacheKey(void *userdata, const void *key)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_pipeline_gpu.c:66:49: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 66 | static bool SDLCALL MatchPipelineCacheKey(void *userdata, const void *a, const void *b)\\n | ^\\n2 warnings generated.\\n[235/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:175:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 175 | for (int i = 0; i < SDL_arraysize(vert_shader_sources); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:184:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 184 | for (int i = 0; i < SDL_arraysize(frag_shader_sources); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:198:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 198 | for (int i = 0; i < SDL_arraysize(shaders->vert_shaders); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:203:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 203 | for (int i = 0; i < SDL_arraysize(shaders->frag_shaders); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n4 warnings generated.\\n[236/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:93:49: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 93 | static bool GPU_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode blendMode)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:171:94: warning: unused parameter 'create_props' [-Wunused-parameter]\\n 171 | static bool GPU_CreateTexture(SDL_Renderer *renderer, SDL_Texture *texture, SDL_PropertiesID create_props)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:312:43: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 312 | static bool GPU_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:347:41: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 347 | static bool GPU_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:347:70: warning: unused parameter 'cmd' [-Wunused-parameter]\\n 347 | static bool GPU_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n5 warnings generated.\\n[237/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o\\n[238/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:383:48: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 383 | static bool GL_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode blendMode)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:785:42: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 785 | static bool GL_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:845:40: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 845 | static bool GL_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:845:69: warning: unused parameter 'cmd' [-Wunused-parameter]\\n 845 | static bool GL_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:1223:103: warning: unused parameter 'vertsize' [-Wunused-parameter]\\n 1223 | static bool GL_RunCommandQueue(SDL_Renderer *renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:1602:39: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 1602 | static bool GL_SetVSync(SDL_Renderer *renderer, const int vsync)\\n | ^\\n6 warnings generated.\\n[239/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o\\n[240/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o\\n[241/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o\\n[242/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/SDL_render.c:209:72: warning: unused parameter 'cmd' [-Wunused-parameter]\\n 209 | static SDL_INLINE void DebugLogRenderCommands(const SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/SDL_render.c:416:47: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 416 | static void UpdatePixelViewport(SDL_Renderer *renderer, SDL_RenderViewState *view)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/SDL_render.c:459:47: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 459 | static void UpdatePixelClipRect(SDL_Renderer *renderer, SDL_RenderViewState *view)\\n | ^\\n3 warnings generated.\\n[243/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:468:59: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\\n 468 | if (entry->uniform_locations[GLES2_UNIFORM_TEXTURE_V] != -1) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:471:59: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\\n 471 | if (entry->uniform_locations[GLES2_UNIFORM_TEXTURE_U] != -1) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:474:57: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\\n 474 | if (entry->uniform_locations[GLES2_UNIFORM_TEXTURE] != -1) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:477:60: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\\n 477 | if (entry->uniform_locations[GLES2_UNIFORM_PROJECTION] != -1) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:708:62: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\\n 708 | if (program->uniform_locations[GLES2_UNIFORM_OFFSET] != -1) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:711:62: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\\n 711 | if (program->uniform_locations[GLES2_UNIFORM_MATRIX] != -1) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:738:43: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 738 | static bool GLES2_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:738:72: warning: unused parameter 'cmd' [-Wunused-parameter]\\n 738 | static bool GLES2_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:1003:62: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\\n 1003 | if (program->uniform_locations[GLES2_UNIFORM_PROJECTION] != -1) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:1295:106: warning: unused parameter 'vertsize' [-Wunused-parameter]\\n 1295 | static bool GLES2_RunCommandQueue(SDL_Renderer *renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:1957:45: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 1957 | static bool GLES2_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture, const SDL_Rect *rect,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:2078:42: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 2078 | static bool GLES2_SetVSync(SDL_Renderer *renderer, const int vsync)\\n | ^\\n12 warnings generated.\\n[244/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o\\n[245/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o\\n[246/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o\\n[247/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o\\n[248/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o\\n[249/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:102:44: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 102 | static bool SW_CreateTexture(SDL_Renderer *renderer, SDL_Texture *texture, SDL_PropertiesID create_props)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:102:93: warning: unused parameter 'create_props' [-Wunused-parameter]\\n 102 | static bool SW_CreateTexture(SDL_Renderer *renderer, SDL_Texture *texture, SDL_PropertiesID create_props)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:129:44: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 129 | static bool SW_UpdateTexture(SDL_Renderer *renderer, SDL_Texture *texture,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:158:42: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 158 | static bool SW_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:170:44: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 170 | static void SW_UnlockTexture(SDL_Renderer *renderer, SDL_Texture *texture)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:170:67: warning: unused parameter 'texture' [-Wunused-parameter]\\n 170 | static void SW_UnlockTexture(SDL_Renderer *renderer, SDL_Texture *texture)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:186:40: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 186 | static bool SW_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:186:69: warning: unused parameter 'cmd' [-Wunused-parameter]\\n 186 | static bool SW_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:231:87: warning: unused parameter 'texture' [-Wunused-parameter]\\n 231 | static bool SW_QueueCopy(SDL_Renderer *renderer, SDL_RenderCommand *cmd, SDL_Texture *texture,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:267:89: warning: unused parameter 'texture' [-Wunused-parameter]\\n 267 | static bool SW_QueueCopyEx(SDL_Renderer *renderer, SDL_RenderCommand *cmd, SDL_Texture *texture,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:314:43: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 314 | static bool SW_RenderCopyEx(SDL_Renderer *renderer, SDL_Surface *surface, SDL_Texture *texture,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:664:52: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 664 | static void SW_InvalidateCachedState(SDL_Renderer *renderer)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:670:103: warning: unused parameter 'vertsize' [-Wunused-parameter]\\n 670 | static bool SW_RunCommandQueue(SDL_Renderer *renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/software/SDL_render_sw.c:998:45: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 998 | static void SW_DestroyTexture(SDL_Renderer *renderer, SDL_Texture *texture)\\n | ^\\n14 warnings generated.\\n[250/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o\\n[251/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o\\n[252/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o\\n[253/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o\\n[254/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o\\n[255/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/SDL_sensor.c:142:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 142 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/SDL_sensor.c:182:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 182 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/SDL_sensor.c:192:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 192 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/SDL_sensor.c:223:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 223 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/SDL_sensor.c:481:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 481 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/SDL_sensor.c:549:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 549 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/SDL_sensor.c:569:18: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 569 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/SDL_sensor.c:578:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 578 | num_values = SDL_min(num_values, SDL_arraysize(event.sensor.data));\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/SDL_sensor.c:617:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 617 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n9 warnings generated.\\n[256/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o\\n[257/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o\\n[258/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/stdlib/SDL_getenv.c:184:74: warning: unused parameter 'table' [-Wunused-parameter]\\n 184 | static bool SDLCALL CountEnvStrings(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/stdlib/SDL_getenv.c:199:73: warning: unused parameter 'table' [-Wunused-parameter]\\n 199 | static bool SDLCALL CopyEnvStrings(void *userdata, const SDL_HashTable *table, const void *vkey, const void *vvalue)\\n | ^\\n2 warnings generated.\\n[259/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o\\n[260/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o\\n[261/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o\\n[262/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o\\n[263/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o\\n[264/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o\\n[265/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o\\n[266/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o\\n[267/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o\\n[268/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o\\n[269/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o\\n[270/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o\\n[271/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o\\n[272/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:35:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/../../video/SDL_vulkan_internal.h:40:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:35:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/../../video/SDL_vulkan_internal.h:40:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:1658:62: warning: unused parameter 'rendererData' [-Wunused-parameter]\\n 1658 | static bool VULKAN_InstanceExtensionFound(VULKAN_RenderData *rendererData, const char *extName)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:1970:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1970 | for (int i = 0; i < SDL_arraysize(samplerParams); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:2554:52: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 2554 | static bool VULKAN_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode blendMode)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3136:44: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 3136 | static bool VULKAN_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3136:73: warning: unused parameter 'cmd' [-Wunused-parameter]\\n 3136 | static bool VULKAN_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3819:79: warning: unused parameter 'primitiveTopology' [-Wunused-parameter]\\n 3819 | static void VULKAN_DrawPrimitives(SDL_Renderer *renderer, VkPrimitiveTopology primitiveTopology, const size_t vertexStart, const size_t vertexCount)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3843:46: warning: comparison of integers of different signs: 'int' and 'VkSurfaceTransformFlagBitsKHR' (aka 'enum VkSurfaceTransformFlagBitsKHR') [-Wsign-compare]\\n 3843 | if(rendererData->currentViewportRotation != currentRotation) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~\\n11 warnings generated.\\n[273/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o\\n[274/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/stdlib/SDL_string.c:2402:17: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\\n 2402 | if (utf8len < sizeof (tinybuf)) { // whole thing fit in the stack buffer, just use that copy.\\n | ~~~~~~~ ^ ~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/stdlib/SDL_string.c:2497:12: warning: returning 'const char *' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]\\n 2497 | return strpbrk(str, breakset);\\n | ^~~~~~~~~~~~~~~~~~~~~~\\n/usr/include/string.h:350:3: note: expanded from macro 'strpbrk'\\n 350 | __glibc_const_generic (S, const char *, strpbrk (S, ACCEPT))\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/usr/include/x86_64-linux-gnu/sys/cdefs.h:838:3: note: expanded from macro '__glibc_const_generic'\\n 838 | _Generic (0 ? (PTR) : (void *) 1, \\\\\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n 839 | const void *: (CTYPE) (CALL), \\\\\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n 840 | default: CALL)\\n | ~~~~~~~~~~~~~~\\n2 warnings generated.\\n[275/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o\\n[276/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/stdlib/SDL_qsort.c:477:17: warning: comparison of integers of different signs: 'long' and 'unsigned long' [-Wsign-compare]\\n 477 | if (last-first>=TRUNC_words) {\\n | ~~~~~~~~~~^ ~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/stdlib/SDL_qsort.c:538:56: warning: passing 'SDL_CompareCallback' (aka 'int (*)(const void *, const void *)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 538 | SDL_qsort_r(base, nmemb, size, qsort_non_r_bridge, compare);\\n | ^~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/stdlib/SDL_qsort.c:519:49: note: passing argument to parameter 'userdata' here\\n 519 | SDL_CompareCallback_r compare, void *userdata) {\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/stdlib/SDL_qsort.c:572:70: warning: passing 'SDL_CompareCallback' (aka 'int (*)(const void *, const void *)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 572 | return SDL_bsearch_r(key, base, nmemb, size, qsort_non_r_bridge, compare);\\n | ^~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/stdlib/SDL_qsort.c:544:120: note: passing argument to parameter 'userdata' here\\n 544 | void *SDL_bsearch_r(const void *key, const void *base, size_t nmemb, size_t size, SDL_CompareCallback_r compare, void *userdata)\\n | ^\\n3 warnings generated.\\n[277/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o\\n[278/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/timer/SDL_timer.c:549:48: warning: unused parameter 'period' [-Wunused-parameter]\\n 549 | static void SDL_SetSystemTimerResolutionMS(int period)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/timer/SDL_timer.c:568:54: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 568 | static void SDLCALL SDL_TimerResolutionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/timer/SDL_timer.c:568:76: warning: unused parameter 'name' [-Wunused-parameter]\\n 568 | static void SDLCALL SDL_TimerResolutionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n3 warnings generated.\\n[279/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_blit_1.c:529:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 529 | if (which < SDL_arraysize(one_blit)) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_blit_1.c:535:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 535 | if (which < SDL_arraysize(one_blitkey)) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_blit_1.c:542:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 542 | if (which < SDL_arraysize(one_blitkey)) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n3 warnings generated.\\n[280/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_blit_0.c:903:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 903 | if (which < SDL_arraysize(bitmap_blit_1b)) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_blit_0.c:909:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 909 | if (which < SDL_arraysize(colorkey_blit_1b)) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_blit_0.c:926:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 926 | if (which < SDL_arraysize(bitmap_blit_2b)) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_blit_0.c:932:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 932 | if (which < SDL_arraysize(colorkey_blit_2b)) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_blit_0.c:949:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 949 | if (which < SDL_arraysize(bitmap_blit_4b)) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_blit_0.c:955:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 955 | if (which < SDL_arraysize(colorkey_blit_4b)) {\\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n6 warnings generated.\\n[281/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o\\n[282/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o\\n[283/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o\\n[284/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o\\n[285/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o\\n[286/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o\\n[287/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_clipboard.c:336:76: warning: unused parameter 'mime_type' [-Wunused-parameter]\\n 336 | const void * SDLCALL SDL_ClipboardTextCallback(void *userdata, const char *mime_type, size_t *size)\\n | ^\\n1 warning generated.\\n[288/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o\\n[289/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_egl.c:871:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 871 | for (j = 0; j < SDL_arraysize(attribs) - 1; j += 2) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[290/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_pixels.c:876:79: warning: unused parameter 'w' [-Wunused-parameter]\\n 876 | const float *SDL_GetYCbCRtoRGBConversionMatrix(SDL_Colorspace colorspace, int w, int h, int bits_per_pixel)\\n | ^\\n1 warning generated.\\n[291/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o\\n[292/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o\\n[293/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o\\n[294/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o\\n[295/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_stb.c:60:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/stb_image.h:1231:135: warning: unused parameter 'palette_buffer' [-Wunused-parameter]\\n 1231 | static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__result_info *ri, int bpc, unsigned int *palette_buffer, int palette_buffer_len)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/stb_image.h:1231:155: warning: unused parameter 'palette_buffer_len' [-Wunused-parameter]\\n 1231 | static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__result_info *ri, int bpc, unsigned int *palette_buffer, int palette_buffer_len)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_stb.c:94:71: warning: unused parameter 'src_colorspace' [-Wunused-parameter]\\n 94 | SDL_PixelFormat src_format, SDL_Colorspace src_colorspace, SDL_PropertiesID src_properties, const void *src, int src_pitch,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_stb.c:94:104: warning: unused parameter 'src_properties' [-Wunused-parameter]\\n 94 | SDL_PixelFormat src_format, SDL_Colorspace src_colorspace, SDL_PropertiesID src_properties, const void *src, int src_pitch,\\n | ^\\n4 warnings generated.\\n[296/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_vulkan_utils.c:23:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_vulkan_internal.h:40:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_vulkan_utils.c:23:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_vulkan_internal.h:40:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n4 warnings generated.\\n[297/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o\\n[298/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:225:39: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 225 | static void SDL_SyncHintWatcher(void *userdata, const char *name, const char *oldValue, const char *newValue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:225:61: warning: unused parameter 'name' [-Wunused-parameter]\\n 225 | static void SDL_SyncHintWatcher(void *userdata, const char *name, const char *oldValue, const char *newValue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:225:79: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 225 | static void SDL_SyncHintWatcher(void *userdata, const char *name, const char *oldValue, const char *newValue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:277:60: warning: unused parameter '_this' [-Wunused-parameter]\\n 277 | static Uint32 SDL_DefaultGraphicsBackends(SDL_VideoDevice *_this)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:297:56: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 297 | static void SDLCALL SDL_CleanupWindowTextureData(void *userdata, void *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:311:54: warning: unused parameter '_this' [-Wunused-parameter]\\n 311 | static bool SDL_CreateWindowTexture(SDL_VideoDevice *_this, SDL_Window *window, SDL_PixelFormat *format, void **pixels, int *pitch)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:466:49: warning: unused parameter '_this' [-Wunused-parameter]\\n 466 | bool SDL_SetWindowTextureVSync(SDL_VideoDevice *_this, SDL_Window *window, int vsync)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:480:56: warning: unused parameter '_this' [-Wunused-parameter]\\n 480 | static bool SDL_GetWindowTextureVSync(SDL_VideoDevice *_this, SDL_Window *window, int *vsync)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:494:54: warning: unused parameter '_this' [-Wunused-parameter]\\n 494 | static bool SDL_UpdateWindowTexture(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:526:55: warning: unused parameter '_this' [-Wunused-parameter]\\n 526 | static void SDL_DestroyWindowTexture(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:894:43: warning: unused parameter 'display' [-Wunused-parameter]\\n 894 | void SDL_OnDisplayAdded(SDL_VideoDisplay *display)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:904:43: warning: unused parameter 'display' [-Wunused-parameter]\\n 904 | void SDL_OnDisplayMoved(SDL_VideoDisplay *display)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:4124:40: warning: unused parameter 'window' [-Wunused-parameter]\\n 4124 | void SDL_OnWindowMaximized(SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_video.c:4150:36: warning: unused parameter 'window' [-Wunused-parameter]\\n 4150 | void SDL_OnWindowLeave(SDL_Window *window)\\n | ^\\n14 warnings generated.\\n[299/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o\\n[300/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/dummy/SDL_dummyaudio.c:91:69: warning: unused parameter 'buffer_size' [-Wunused-parameter]\\n 91 | static Uint8 *DUMMYAUDIO_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\\n | ^\\n1 warning generated.\\n[301/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:466:21: warning: unused parameter 'src_format' [-Wunused-parameter]\\n 466 | SDL_PixelFormat src_format, SDL_PixelFormat dst_format,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:466:49: warning: unused parameter 'dst_format' [-Wunused-parameter]\\n 466 | SDL_PixelFormat src_format, SDL_PixelFormat dst_format,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:467:12: warning: unused parameter 'width' [-Wunused-parameter]\\n 467 | Uint32 width, Uint32 height,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:467:26: warning: unused parameter 'height' [-Wunused-parameter]\\n 467 | Uint32 width, Uint32 height,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:468:18: warning: unused parameter 'y' [-Wunused-parameter]\\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:468:34: warning: unused parameter 'u' [-Wunused-parameter]\\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:468:50: warning: unused parameter 'v' [-Wunused-parameter]\\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:468:60: warning: unused parameter 'y_stride' [-Wunused-parameter]\\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:468:77: warning: unused parameter 'uv_stride' [-Wunused-parameter]\\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:469:12: warning: unused parameter 'rgb' [-Wunused-parameter]\\n 469 | Uint8 *rgb, Uint32 rgb_stride,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:469:24: warning: unused parameter 'rgb_stride' [-Wunused-parameter]\\n 469 | Uint8 *rgb, Uint32 rgb_stride,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:470:15: warning: unused parameter 'yuv_type' [-Wunused-parameter]\\n 470 | YCbCrType yuv_type)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:2579:111: warning: unused parameter 'src_properties' [-Wunused-parameter]\\n 2579 | SDL_PixelFormat src_format, SDL_Colorspace src_colorspace, SDL_PropertiesID src_properties, const void *src, int src_pitch,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/SDL_yuv.c:2580:111: warning: unused parameter 'dst_properties' [-Wunused-parameter]\\n 2580 | SDL_PixelFormat dst_format, SDL_Colorspace dst_colorspace, SDL_PropertiesID dst_properties, void *dst, int dst_pitch)\\n | ^\\n14 warnings generated.\\n[302/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/disk/SDL_diskaudio.c:51:68: warning: unused parameter 'buffer_size' [-Wunused-parameter]\\n 51 | static Uint8 *DISKAUDIO_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/disk/SDL_diskaudio.c:77:55: warning: unused parameter 'device' [-Wunused-parameter]\\n 77 | static void DISKAUDIO_FlushRecording(SDL_AudioDevice *device)\\n | ^\\n2 warnings generated.\\n[303/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:27:48: warning: unused parameter 'device' [-Wunused-parameter]\\n 27 | static bool DUMMYCAMERA_OpenDevice(SDL_Camera *device, const SDL_CameraSpec *spec)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:27:78: warning: unused parameter 'spec' [-Wunused-parameter]\\n 27 | static bool DUMMYCAMERA_OpenDevice(SDL_Camera *device, const SDL_CameraSpec *spec)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:32:49: warning: unused parameter 'device' [-Wunused-parameter]\\n 32 | static void DUMMYCAMERA_CloseDevice(SDL_Camera *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:36:48: warning: unused parameter 'device' [-Wunused-parameter]\\n 36 | static bool DUMMYCAMERA_WaitDevice(SDL_Camera *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:41:67: warning: unused parameter 'device' [-Wunused-parameter]\\n 41 | static SDL_CameraFrameResult DUMMYCAMERA_AcquireFrame(SDL_Camera *device, SDL_Surface *frame, Uint64 *timestampNS)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:41:88: warning: unused parameter 'frame' [-Wunused-parameter]\\n 41 | static SDL_CameraFrameResult DUMMYCAMERA_AcquireFrame(SDL_Camera *device, SDL_Surface *frame, Uint64 *timestampNS)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:41:103: warning: unused parameter 'timestampNS' [-Wunused-parameter]\\n 41 | static SDL_CameraFrameResult DUMMYCAMERA_AcquireFrame(SDL_Camera *device, SDL_Surface *frame, Uint64 *timestampNS)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:47:50: warning: unused parameter 'device' [-Wunused-parameter]\\n 47 | static void DUMMYCAMERA_ReleaseFrame(SDL_Camera *device, SDL_Surface *frame)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:47:71: warning: unused parameter 'frame' [-Wunused-parameter]\\n 47 | static void DUMMYCAMERA_ReleaseFrame(SDL_Camera *device, SDL_Surface *frame)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:55:54: warning: unused parameter 'device' [-Wunused-parameter]\\n 55 | static void DUMMYCAMERA_FreeDeviceHandle(SDL_Camera *device)\\n | ^\\n10 warnings generated.\\n[304/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/loadso/dlopen/SDL_sysloadso.c:72:12: warning: returning 'void *' from a function with result type 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 72 | return symbol;\\n | ^~~~~~\\n1 warning generated.\\n[305/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullevents.c:33:40: warning: unused parameter '_this' [-Wunused-parameter]\\n 33 | void DUMMY_PumpEvents(SDL_VideoDevice *_this)\\n | ^\\n1 warning generated.\\n[306/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:32:57: warning: unused parameter '_this' [-Wunused-parameter]\\n 32 | bool SDL_DUMMY_CreateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, SDL_PixelFormat *format, void **pixels, int *pitch)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:53:57: warning: unused parameter '_this' [-Wunused-parameter]\\n 53 | bool SDL_DUMMY_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:53:100: warning: unused parameter 'rects' [-Wunused-parameter]\\n 53 | bool SDL_DUMMY_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:53:111: warning: unused parameter 'numrects' [-Wunused-parameter]\\n 53 | bool SDL_DUMMY_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:73:58: warning: unused parameter '_this' [-Wunused-parameter]\\n 73 | void SDL_DUMMY_DestroyWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n5 warnings generated.\\n[307/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:58:54: warning: unused parameter '_this' [-Wunused-parameter]\\n 58 | static bool DUMMY_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:64:50: warning: unused parameter '_this' [-Wunused-parameter]\\n 64 | static void DUMMY_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:154:39: warning: unused parameter '_this' [-Wunused-parameter]\\n 154 | bool DUMMY_VideoInit(SDL_VideoDevice *_this)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:175:39: warning: unused parameter '_this' [-Wunused-parameter]\\n 175 | void DUMMY_VideoQuit(SDL_VideoDevice *_this)\\n | ^\\n4 warnings generated.\\n[308/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:202:56: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 202 | for (i = 0; i < hwdata->desc.nbuttons && i < sizeof(hwdata->desc.button_mask) * 8; ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:480:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 480 | event->num_values = SDL_min(num_values, SDL_arraysize(event->data));\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:52: warning: unused parameter 'vendor_id' [-Wunused-parameter]\\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:70: warning: unused parameter 'product_id' [-Wunused-parameter]\\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:89: warning: unused parameter 'version' [-Wunused-parameter]\\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:110: warning: unused parameter 'name' [-Wunused-parameter]\\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:523:54: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 523 | static const char *VIRTUAL_JoystickGetDevicePath(int device_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:528:65: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 528 | static int VIRTUAL_JoystickGetDeviceSteamVirtualGamepadSlot(int device_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:533:53: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 533 | static int VIRTUAL_JoystickGetDevicePlayerIndex(int device_index)\\n | ^\\n9 warnings generated.\\n[309/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o\\n[310/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:122:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 122 | *addr = SDL_LoadFunction(alsa_handle, fn);\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:271:35: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 271 | for (int j = 0; j < SDL_arraysize(prefixes); j++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:660:38: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\\n 660 | if (swizzle_map[sdl_pos_idx] != sdl_pos_idx) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:735:27: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\\n 735 | for (int i = 0; i < ctx->chans_n; i++) {\\n | ~ ^ ~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:772:27: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\\n 772 | for (int i = 0; i < ctx->chans_n; i++) {\\n | ~ ^ ~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:824:27: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\\n 824 | for (int i = 0; i < ctx->chans_n; i++) {\\n | ~ ^ ~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:1430:45: warning: unused parameter 'arg' [-Wunused-parameter]\\n 1430 | static int SDLCALL ALSA_HotplugThread(void *arg)\\n | ^\\n7 warnings generated.\\n[311/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:141:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 141 | *addr = SDL_LoadFunction(pulseaudio_handle, fn);\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:272:56: warning: unused parameter 'o' [-Wunused-parameter]\\n 272 | static void OperationStateChangeCallback(pa_operation *o, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:272:65: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 272 | static void OperationStateChangeCallback(pa_operation *o, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:314:57: warning: unused parameter 'context' [-Wunused-parameter]\\n 314 | static void PulseContextStateChangeCallback(pa_context *context, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:314:72: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 314 | static void PulseContextStateChangeCallback(pa_context *context, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:398:38: warning: unused parameter 'p' [-Wunused-parameter]\\n 398 | static void WriteCallback(pa_stream *p, size_t nbytes, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:471:37: warning: unused parameter 'p' [-Wunused-parameter]\\n 471 | static void ReadCallback(pa_stream *p, size_t nbytes, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:471:47: warning: unused parameter 'nbytes' [-Wunused-parameter]\\n 471 | static void ReadCallback(pa_stream *p, size_t nbytes, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:471:61: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 471 | static void ReadCallback(pa_stream *p, size_t nbytes, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:593:55: warning: unused parameter 'stream' [-Wunused-parameter]\\n 593 | static void PulseStreamStateChangeCallback(pa_stream *stream, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:593:69: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 593 | static void PulseStreamStateChangeCallback(pa_stream *stream, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:792:42: warning: unused parameter 'c' [-Wunused-parameter]\\n 792 | static void SinkInfoCallback(pa_context *c, const pa_sink_info *i, int is_last, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:792:72: warning: unused parameter 'is_last' [-Wunused-parameter]\\n 792 | static void SinkInfoCallback(pa_context *c, const pa_sink_info *i, int is_last, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:792:87: warning: unused parameter 'data' [-Wunused-parameter]\\n 792 | static void SinkInfoCallback(pa_context *c, const pa_sink_info *i, int is_last, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:801:44: warning: unused parameter 'c' [-Wunused-parameter]\\n 801 | static void SourceInfoCallback(pa_context *c, const pa_source_info *i, int is_last, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:801:76: warning: unused parameter 'is_last' [-Wunused-parameter]\\n 801 | static void SourceInfoCallback(pa_context *c, const pa_source_info *i, int is_last, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:801:91: warning: unused parameter 'data' [-Wunused-parameter]\\n 801 | static void SourceInfoCallback(pa_context *c, const pa_source_info *i, int is_last, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:810:44: warning: unused parameter 'c' [-Wunused-parameter]\\n 810 | static void ServerInfoCallback(pa_context *c, const pa_server_info *i, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:810:78: warning: unused parameter 'data' [-Wunused-parameter]\\n 810 | static void ServerInfoCallback(pa_context *c, const pa_server_info *i, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:850:41: warning: unused parameter 'c' [-Wunused-parameter]\\n 850 | static void HotplugCallback(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:850:96: warning: unused parameter 'data' [-Wunused-parameter]\\n 850 | static void HotplugCallback(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *data)\\n | ^\\n21 warnings generated.\\n[312/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/sndio/SDL_sndioaudio.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/sndio/SDL_sndioaudio.c:73:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 73 | *addr = SDL_LoadFunction(sndio_handle, fn);\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/sndio/SDL_sndioaudio.c:181:62: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]\\n 181 | if (SNDIO_sio_write(device->hidden->dev, buffer, buflen) != buflen) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/sndio/SDL_sndioaudio.c:208:64: warning: unused parameter 'buffer_size' [-Wunused-parameter]\\n 208 | static Uint8 *SNDIO_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\\n | ^\\n3 warnings generated.\\n[313/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:110:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 110 | *addr = SDL_LoadFunction(pipewire_handle, fn);\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:417:30: warning: unused parameter 'data' [-Wunused-parameter]\\n 417 | static void on_process(void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:422:70: warning: unused parameter 'old' [-Wunused-parameter]\\n 422 | static void on_stream_state_changed(void *data, enum pw_stream_state old,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:423:57: warning: unused parameter 'error' [-Wunused-parameter]\\n 423 | enum pw_stream_state state, const char *error)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:437:43: warning: unused parameter 'data' [-Wunused-parameter]\\n 437 | static void on_stream_param_changed(void *data, uint32_t id, const struct spa_pod *param)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:437:58: warning: unused parameter 'id' [-Wunused-parameter]\\n 437 | static void on_stream_param_changed(void *data, uint32_t id, const struct spa_pod *param)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:437:84: warning: unused parameter 'param' [-Wunused-parameter]\\n 437 | static void on_stream_param_changed(void *data, uint32_t id, const struct spa_pod *param)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:453:13: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\\n 453 | pw_array_remove(&device->hidden->buffers, p);\\n | ^\\n/usr/include/pipewire-0.3/pipewire/array.h:71:2: note: expanded from macro 'pw_array_remove'\\n 71 | ({ \\\\\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:506:30: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\\n 506 | params[n_params++] = spa_pod_builder_add_object(&b,\\n | ^\\n/usr/include/spa-0.2/spa/pod/builder.h:698:2: note: expanded from macro 'spa_pod_builder_add_object'\\n 698 | ({ \\\\\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:514:30: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\\n 514 | params[n_params++] = spa_pod_builder_add_object(&b,\\n | ^\\n/usr/include/spa-0.2/spa/pod/builder.h:698:2: note: expanded from macro 'spa_pod_builder_add_object'\\n 698 | ({ \\\\\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:555:51: warning: unused parameter 'device' [-Wunused-parameter]\\n 555 | static bool PIPEWIRECAMERA_WaitDevice(SDL_Camera *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:796:57: warning: unused parameter 'device' [-Wunused-parameter]\\n 796 | static void PIPEWIRECAMERA_FreeDeviceHandle(SDL_Camera *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:843:39: warning: unused parameter 'index' [-Wunused-parameter]\\n 843 | uint32_t id, uint32_t index, uint32_t next,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:843:55: warning: unused parameter 'next' [-Wunused-parameter]\\n 843 | uint32_t id, uint32_t index, uint32_t next,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:902:52: warning: unused parameter 'object' [-Wunused-parameter]\\n 902 | static void hotplug_registry_global_callback(void *object, uint32_t id,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:903:52: warning: unused parameter 'version' [-Wunused-parameter]\\n 903 | uint32_t permissions, const char *type, uint32_t version,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:958:59: warning: unused parameter 'object' [-Wunused-parameter]\\n 958 | static void hotplug_registry_global_remove_callback(void *object, uint32_t id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:958:76: warning: unused parameter 'id' [-Wunused-parameter]\\n 958 | static void hotplug_registry_global_remove_callback(void *object, uint32_t id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:979:46: warning: unused parameter 'data' [-Wunused-parameter]\\n 979 | static void hotplug_core_info_callback(void *data, const struct pw_core_info *info)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:985:46: warning: unused parameter 'object' [-Wunused-parameter]\\n 985 | static void hotplug_core_done_callback(void *object, uint32_t id, int seq)\\n | ^\\n20 warnings generated.\\n[314/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:101:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 101 | *addr = SDL_LoadFunction(pipewire_handle, fn);\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:399:53: warning: unused parameter 'object' [-Wunused-parameter]\\n 399 | static void core_events_hotplug_init_callback(void *object, uint32_t id, int seq)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:411:53: warning: unused parameter 'data' [-Wunused-parameter]\\n 411 | static void core_events_hotplug_info_callback(void *data, const struct pw_core_info *info)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:560:48: warning: unused parameter 'seq' [-Wunused-parameter]\\n 560 | static void node_event_param(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:560:75: warning: unused parameter 'index' [-Wunused-parameter]\\n 560 | static void node_event_param(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:560:91: warning: unused parameter 'next' [-Wunused-parameter]\\n 560 | static void node_event_param(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:629:89: warning: unused parameter 'type' [-Wunused-parameter]\\n 629 | static int metadata_property(void *object, Uint32 subject, const char *key, const char *type, const char *value)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:657:50: warning: unused parameter 'object' [-Wunused-parameter]\\n 657 | static void registry_event_global_callback(void *object, uint32_t id, uint32_t permissions, const char *type, uint32_t version,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:657:80: warning: unused parameter 'permissions' [-Wunused-parameter]\\n 657 | static void registry_event_global_callback(void *object, uint32_t id, uint32_t permissions, const char *type, uint32_t version,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:729:50: warning: unused parameter 'object' [-Wunused-parameter]\\n 729 | static void registry_event_remove_callback(void *object, uint32_t id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:936:67: warning: unused parameter 'buffer_size' [-Wunused-parameter]\\n 936 | static Uint8 *PIPEWIRE_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:957:71: warning: unused parameter 'buffer' [-Wunused-parameter]\\n 957 | static bool PIPEWIRE_PlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1015:27: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\\n 1015 | const Uint32 offset = SPA_MIN(spa_buf->datas[0].chunk->offset, spa_buf->datas[0].maxsize);\\n | ^\\n/usr/include/spa-0.2/spa/utils/defs.h:147:2: note: expanded from macro 'SPA_MIN'\\n 147 | ({ \\\\\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1016:25: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\\n 1016 | const Uint32 size = SPA_MIN(spa_buf->datas[0].chunk->size, spa_buf->datas[0].maxsize - offset);\\n | ^\\n/usr/include/spa-0.2/spa/utils/defs.h:147:2: note: expanded from macro 'SPA_MIN'\\n 147 | ({ \\\\\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1048:33: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\\n 1048 | if (device->buffer_size > buffer->buffer->datas[0].maxsize) {\\n | ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1060:76: warning: unused parameter 'old' [-Wunused-parameter]\\n 1060 | static void stream_state_changed_callback(void *data, enum pw_stream_state old, enum pw_stream_state state, const char *error)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1060:121: warning: unused parameter 'error' [-Wunused-parameter]\\n 1060 | static void stream_state_changed_callback(void *data, enum pw_stream_state old, enum pw_stream_state state, const char *error)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1106:45: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\\n 1106 | const int min_period = PW_MIN_SAMPLES * SPA_MAX(device->spec.freq / PW_BASE_CLOCK_RATE, 1);\\n | ^\\n/usr/include/spa-0.2/spa/utils/defs.h:153:2: note: expanded from macro 'SPA_MAX'\\n 153 | ({ \\\\\\n | ^\\n18 warnings generated.\\n[315/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11clipboard.c:261:52: warning: unused parameter '_this' [-Wunused-parameter]\\n 261 | const char **X11_GetTextMimeTypes(SDL_VideoDevice *_this, size_t *num_mime_types)\\n | ^\\n1 warning generated.\\n[316/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:76:16: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 76 | fn = SDL_LoadFunction(x11libs[i].lib, fnname);\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:74:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 74 | for (i = 0; i < SDL_arraysize(x11libs); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:139:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 139 | for (i = 0; i < SDL_arraysize(x11libs); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:160:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 160 | for (i = 0; i < SDL_arraysize(x11libs); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~\\n4 warnings generated.\\n[317/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11framebuffer.c:146:51: warning: unused parameter '_this' [-Wunused-parameter]\\n 146 | bool X11_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11framebuffer.c:229:52: warning: unused parameter '_this' [-Wunused-parameter]\\n 229 | void X11_DestroyWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n2 warnings generated.\\n[318/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:172:48: warning: unused parameter 'display' [-Wunused-parameter]\\n 172 | static Bool X11_KeyRepeatCheckIfEvent(Display *display, XEvent *chkev,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:436:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 436 | for (keycode = 0; keycode < SDL_arraysize(videodata->key_layout); ++keycode) {\\n | ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:487:51: warning: unused parameter '_this' [-Wunused-parameter]\\n 487 | static void X11_DispatchFocusOut(SDL_VideoDevice *_this, SDL_WindowData *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:562:49: warning: unused parameter '_this' [-Wunused-parameter]\\n 562 | static void ScheduleWindowMove(SDL_VideoDevice *_this, SDL_WindowData *data, const SDL_Point *point)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:597:42: warning: unused parameter '_this' [-Wunused-parameter]\\n 597 | bool X11_ProcessHitTest(SDL_VideoDevice *_this, SDL_WindowData *data, const float x, const float y, bool force_new_result)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:724:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\\n 724 | for (i = 0; i < clipboard->mime_count; ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:736:31: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\\n 736 | for (i = 0; i < clipboard->mime_count; ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:784:48: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 784 | for (j = 0, patom = (Atom*)data; j < length; j++, patom++) {\\n | ~ ^ ~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:794:52: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 794 | for (j = 0, patom = (Atom*)data; j < length; j++, patom++) {\\n | ~ ^ ~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:863:34: warning: unused parameter 'display' [-Wunused-parameter]\\n 863 | static Bool isMapNotify(Display *display, XEvent *ev, XPointer arg)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:874:39: warning: unused parameter 'display' [-Wunused-parameter]\\n 874 | static Bool isReparentNotify(Display *display, XEvent *ev, XPointer arg)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:929:44: warning: unused parameter 'time' [-Wunused-parameter]\\n 929 | Uint64 X11_GetEventTimestamp(unsigned long time)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1061:47: warning: unused parameter '_this' [-Wunused-parameter]\\n 1061 | void X11_HandleButtonRelease(SDL_VideoDevice *_this, SDL_WindowData *windowdata, SDL_MouseID mouseID, int button, unsigned long time)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1624:47: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\\n 1624 | (xevent->xclient.data.l[0] == videodata->atoms._NET_WM_PING)) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1637:45: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\\n 1637 | (xevent->xclient.data.l[0] == videodata->atoms.WM_DELETE_WINDOW)) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1646:47: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\\n 1646 | (xevent->xclient.data.l[0] == videodata->atoms._NET_WM_SYNC_REQUEST)) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:2048:33: warning: unused parameter 'display' [-Wunused-parameter]\\n 2048 | static Bool isAnyEvent(Display *display, XEvent *ev, XPointer arg)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:2048:50: warning: unused parameter 'ev' [-Wunused-parameter]\\n 2048 | static Bool isAnyEvent(Display *display, XEvent *ev, XPointer arg)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11events.c:2048:63: warning: unused parameter 'arg' [-Wunused-parameter]\\n 2048 | static Bool isAnyEvent(Display *display, XEvent *ev, XPointer arg)\\n | ^\\n19 warnings generated.\\n[319/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:204:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 204 | for (i = 0; i < SDL_arraysize(fingerprint); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:207:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 207 | for (i = 0; i < SDL_arraysize(scancode_set); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:212:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 212 | for (j = 0; j < SDL_arraysize(fingerprint); ++j) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:228:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 228 | for (i = 0; i < SDL_arraysize(scancode_set); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:245:24: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 245 | if (table_size > (SDL_arraysize(data->key_layout) - min_keycode)) {\\n | ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:321:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\\n 321 | for (j = 0; j < n; j++) {\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:346:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\\n 346 | for (j = 0; j < n; j++) {\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:399:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 399 | for (int m = 0; m < SDL_arraysize(keymod_masks); ++m) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:400:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 400 | for (int i = 0; i < SDL_arraysize(data->key_layout); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:497:39: warning: unused parameter 'xic' [-Wunused-parameter]\\n 497 | static int preedit_start_callback(XIC xic, XPointer client_data, XPointer call_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:497:53: warning: unused parameter 'client_data' [-Wunused-parameter]\\n 497 | static int preedit_start_callback(XIC xic, XPointer client_data, XPointer call_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:497:75: warning: unused parameter 'call_data' [-Wunused-parameter]\\n 497 | static int preedit_start_callback(XIC xic, XPointer client_data, XPointer call_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:503:39: warning: unused parameter 'xic' [-Wunused-parameter]\\n 503 | static void preedit_done_callback(XIC xic, XPointer client_data, XPointer call_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:503:53: warning: unused parameter 'client_data' [-Wunused-parameter]\\n 503 | static void preedit_done_callback(XIC xic, XPointer client_data, XPointer call_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:503:75: warning: unused parameter 'call_data' [-Wunused-parameter]\\n 503 | static void preedit_done_callback(XIC xic, XPointer client_data, XPointer call_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:507:39: warning: unused parameter 'xic' [-Wunused-parameter]\\n 507 | static void preedit_draw_callback(XIC xic, XPointer client_data, XIMPreeditDrawCallbackStruct *call_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:606:40: warning: unused parameter 'xic' [-Wunused-parameter]\\n 606 | static void preedit_caret_callback(XIC xic, XPointer client_data, XIMPreeditCaretCallbackStruct *call_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:639:39: warning: cast from 'int (*)(XIC, XPointer, XPointer)' (aka 'int (*)(struct _XIC *, char *, char *)') to 'XIMProc' (aka 'void (*)(struct _XIM *, char *, char *)') converts to incompatible function type [-Wcast-function-type-mismatch]\\n 639 | start_callback.callback = (XIMProc)preedit_start_callback;\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:676:43: warning: unused parameter '_this' [-Wunused-parameter]\\n 676 | static void X11_ResetXIM(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:691:86: warning: unused parameter 'props' [-Wunused-parameter]\\n 691 | bool X11_StartTextInput(SDL_VideoDevice *_this, SDL_Window *window, SDL_PropertiesID props)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:704:47: warning: unused parameter '_this' [-Wunused-parameter]\\n 704 | bool X11_UpdateTextInputArea(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:774:65: warning: unused parameter 'window' [-Wunused-parameter]\\n 774 | void X11_HideScreenKeyboard(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:784:68: warning: unused parameter 'window' [-Wunused-parameter]\\n 784 | bool X11_IsScreenKeyboardShown(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n23 warnings generated.\\n[320/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11messagebox.c:641:46: warning: unused parameter 'display' [-Wunused-parameter]\\n 641 | static Bool X11_MessageBoxEventTest(Display *display, XEvent *event, XPointer arg)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11messagebox.c:726:37: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\\n 726 | e.xclient.data.l[0] == data->wm_delete_message) {\\n | ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\\n2 warnings generated.\\n[321/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11mouse.c:387:43: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 387 | static bool X11_SetRelativeMouseMode(bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11mouse.c:488:37: warning: unused parameter '_this' [-Wunused-parameter]\\n 488 | void X11_InitMouse(SDL_VideoDevice *_this)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11mouse.c:529:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 529 | for (j = 0; j < SDL_arraysize(sys_cursors); j++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n3 warnings generated.\\n[322/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11modes.c:583:55: warning: unused parameter '_this' [-Wunused-parameter]\\n 583 | static void X11_CheckDisplaysRemoved(SDL_VideoDevice *_this, Display *dpy)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11modes.c:1054:37: warning: unused parameter '_this' [-Wunused-parameter]\\n 1054 | void X11_QuitModes(SDL_VideoDevice *_this)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11modes.c:1058:44: warning: unused parameter '_this' [-Wunused-parameter]\\n 1058 | bool X11_GetDisplayBounds(SDL_VideoDevice *_this, SDL_VideoDisplay *sdl_display, SDL_Rect *rect)\\n | ^\\n3 warnings generated.\\n[323/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11opengles.c:132:56: warning: unused parameter '_this' [-Wunused-parameter]\\n 132 | SDL_EGLSurface X11_GLES_GetEGLSurface(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n1 warning generated.\\n[324/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:281:12: warning: returning 'void *' from a function with result type 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 281 | return GL_LoadFunction(_this->gl_config.dll_handle, proc);\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:155:26: note: expanded from macro 'GL_LoadFunction'\\n 155 | #define GL_LoadFunction dlsym\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:490:66: warning: unused parameter 'display' [-Wunused-parameter]\\n 490 | static int X11_GL_GetAttributes(SDL_VideoDevice *_this, Display *display, int screen, int *attribs, int size, Bool for_FBConfig, int **_pvistypeattr, bool transparent)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:490:79: warning: unused parameter 'screen' [-Wunused-parameter]\\n 490 | static int X11_GL_GetAttributes(SDL_VideoDevice *_this, Display *display, int screen, int *attribs, int size, Bool for_FBConfig, int **_pvistypeattr, bool transparent)\\n | ^\\n3 warnings generated.\\n[325/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:211:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 211 | for (int i = 0; i < SDL_arraysize(handle->valuator_for_axis); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:337:41: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 337 | static void X11_FreePenHandle(SDL_PenID instance_id, void *handle, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:337:74: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 337 | static void X11_FreePenHandle(SDL_PenID instance_id, void *handle, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:342:35: warning: unused parameter '_this' [-Wunused-parameter]\\n 342 | void X11_QuitPen(SDL_VideoDevice *_this)\\n | ^\\n4 warnings generated.\\n[326/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o\\n[327/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11shape.c:56:45: warning: unused parameter '_this' [-Wunused-parameter]\\n 56 | bool X11_UpdateWindowShape(SDL_VideoDevice *_this, SDL_Window *window, SDL_Surface *shape)\\n | ^\\n1 warning generated.\\n[328/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11touch.c:35:37: warning: unused parameter '_this' [-Wunused-parameter]\\n 35 | void X11_QuitTouch(SDL_VideoDevice *_this)\\n | ^\\n1 warning generated.\\n[329/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o\\n[330/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:25:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/../SDL_vulkan_internal.h:40:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:25:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/../SDL_vulkan_internal.h:40:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:78:48: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 78 | _this->vulkan_config.vkGetInstanceProcAddr = (void *)vkGetInstanceProcAddr;\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:79:65: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 79 | _this->vulkan_config.vkEnumerateInstanceExtensionProperties =\\n | ^\\n 80 | (void *)((PFN_vkGetInstanceProcAddr)_this->vulkan_config.vkGetInstanceProcAddr)(\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n 81 | VK_NULL_HANDLE, \\\"vkEnumerateInstanceExtensionProperties\\\");\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:233:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 233 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\\n | ^\\n7 warnings generated.\\n[331/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o\\n[332/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o\\n[333/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:473:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 473 | for (int i = 0; i < SDL_arraysize(axes); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:523:49: warning: unused parameter '_this' [-Wunused-parameter]\\n 523 | void X11_InitXinput2Multitouch(SDL_VideoDevice *_this)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:622:44: warning: unused parameter '_this' [-Wunused-parameter]\\n 622 | void X11_Xinput2GrabTouch(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:652:46: warning: unused parameter '_this' [-Wunused-parameter]\\n 652 | void X11_Xinput2UngrabTouch(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n4 warnings generated.\\n[334/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11xsync.c:122:63: warning: unused parameter 'event' [-Wunused-parameter]\\n 122 | void X11_HandleConfigure(SDL_Window *window, XConfigureEvent *event)\\n | ^\\n1 warning generated.\\n[335/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:62:34: warning: unused parameter 'dpy' [-Wunused-parameter]\\n 62 | static Bool isMapNotify(Display *dpy, XEvent *ev, XPointer win) // NOLINT(readability-non-const-parameter): cannot make XPointer a const pointer due to typedef\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:66:36: warning: unused parameter 'dpy' [-Wunused-parameter]\\n 66 | static Bool isUnmapNotify(Display *dpy, XEvent *ev, XPointer win) // NOLINT(readability-non-const-parameter): cannot make XPointer a const pointer due to typedef\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:937:42: warning: unused parameter '_this' [-Wunused-parameter]\\n 937 | void X11_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:948:39: warning: unused parameter 'd' [-Wunused-parameter]\\n 948 | static int X11_CatchAnyError(Display *d, XErrorEvent *e)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:948:55: warning: unused parameter 'e' [-Wunused-parameter]\\n 948 | static int X11_CatchAnyError(Display *d, XErrorEvent *e)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1096:41: warning: unused parameter '_this' [-Wunused-parameter]\\n 1096 | bool X11_SetWindowIcon(SDL_VideoDevice *_this, SDL_Window *window, SDL_Surface *icon)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1348:48: warning: unused parameter '_this' [-Wunused-parameter]\\n 1348 | bool X11_GetWindowBordersSize(SDL_VideoDevice *_this, SDL_Window *window, int *top, int *left, int *bottom, int *right)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1360:44: warning: unused parameter '_this' [-Wunused-parameter]\\n 1360 | bool X11_SetWindowOpacity(SDL_VideoDevice *_this, SDL_Window *window, float opacity)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1482:78: warning: unused parameter 'resizable' [-Wunused-parameter]\\n 1482 | void X11_SetWindowResizable(SDL_VideoDevice *_this, SDL_Window *window, bool resizable)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1771:42: warning: unused parameter '_this' [-Wunused-parameter]\\n 1771 | void X11_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1981:48: warning: unused parameter '_this' [-Wunused-parameter]\\n 1981 | void *X11_GetWindowICCProfile(SDL_VideoDevice *_this, SDL_Window *window, size_t *size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2203:39: warning: unused parameter 'window' [-Wunused-parameter]\\n 2203 | bool X11_SetWindowHitTest(SDL_Window *window, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2203:52: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 2203 | bool X11_SetWindowHitTest(SDL_Window *window, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2223:39: warning: unused parameter '_this' [-Wunused-parameter]\\n 2223 | bool X11_FlashWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_FlashOperation operation)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2356:46: warning: unused parameter '_this' [-Wunused-parameter]\\n 2356 | bool X11_SetWindowFocusable(SDL_VideoDevice *_this, SDL_Window *window, bool focusable)\\n | ^\\n15 warnings generated.\\n[336/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmevents.c:35:41: warning: unused parameter '_this' [-Wunused-parameter]\\n 35 | void KMSDRM_PumpEvents(SDL_VideoDevice *_this)\\n | ^\\n1 warning generated.\\n[337/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o\\n[338/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:53:16: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 53 | fn = SDL_LoadFunction(kmsdrmlibs[i].lib, fnname);\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:51:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 51 | for (i = 0; i < SDL_arraysize(kmsdrmlibs); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:102:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 102 | for (i = 0; i < SDL_arraysize(kmsdrmlibs); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:123:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 123 | for (i = 0; i < SDL_arraysize(kmsdrmlibs); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\\n4 warnings generated.\\n[339/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:56: warning: unused parameter '_this' [-Wunused-parameter]\\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:68: warning: unused parameter 'mask' [-Wunused-parameter]\\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:79: warning: unused parameter 'major' [-Wunused-parameter]\\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:91: warning: unused parameter 'minor' [-Wunused-parameter]\\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:49:47: warning: unused parameter '_this' [-Wunused-parameter]\\n 49 | bool KMSDRM_GLES_LoadLibrary(SDL_VideoDevice *_this, const char *path)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:49:66: warning: unused parameter 'path' [-Wunused-parameter]\\n 49 | bool KMSDRM_GLES_LoadLibrary(SDL_VideoDevice *_this, const char *path)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:63:49: warning: unused parameter '_this' [-Wunused-parameter]\\n 63 | void KMSDRM_GLES_UnloadLibrary(SDL_VideoDevice *_this)\\n | ^\\n7 warnings generated.\\n[340/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:64:46: warning: unused parameter '_this' [-Wunused-parameter]\\n 64 | void KMSDRM_DestroyCursorBO(SDL_VideoDevice *_this, SDL_VideoDisplay *display)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:307:27: warning: comparison of integers of different signs: 'int' and 'SDL_DisplayID' (aka 'unsigned int') [-Wsign-compare]\\n 307 | for (i = 0; i < displays[i]; i++) {\\n | ~ ^ ~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:356:42: warning: unused parameter 'window' [-Wunused-parameter]\\n 356 | static bool KMSDRM_WarpMouse(SDL_Window *window, float x, float y)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:362:40: warning: unused parameter '_this' [-Wunused-parameter]\\n 362 | void KMSDRM_InitMouse(SDL_VideoDevice *_this, SDL_VideoDisplay *display)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:382:40: warning: unused parameter '_this' [-Wunused-parameter]\\n 382 | void KMSDRM_QuitMouse(SDL_VideoDevice *_this)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:388:43: warning: unused parameter 'cursor' [-Wunused-parameter]\\n 388 | static bool KMSDRM_MoveCursor(SDL_Cursor *cursor)\\n | ^\\n6 warnings generated.\\n[341/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/xsettings-client.c:110:25: warning: unused parameter 'display' [-Wunused-parameter]\\n 110 | ignore_errors (Display *display, XErrorEvent *event)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/xsettings-client.c:110:47: warning: unused parameter 'event' [-Wunused-parameter]\\n 110 | ignore_errors (Display *display, XErrorEvent *event)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/xsettings-client.c:245:32: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\\n 245 | if (BYTES_LEFT (&buffer) < pad_len)\\n | ~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/xsettings-client.c:291:36: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\\n 291 | BYTES_LEFT (&buffer) < pad_len)\\n | ~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/x11/xsettings-client.c:597:34: warning: comparison of integers of different signs: 'const long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\\n 597 | xev->xclient.data.l[1] == client->selection_atom)\\n | ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~\\n5 warnings generated.\\n[342/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandclipboard.c:25:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.h:27:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandclipboard.c:25:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.h:27:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandclipboard.c:100:56: warning: unused parameter '_this' [-Wunused-parameter]\\n 100 | const char **Wayland_GetTextMimeTypes(SDL_VideoDevice *_this, size_t *num_mime_types)\\n | ^\\n5 warnings generated.\\n[343/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:27:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:27:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:91:85: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 91 | struct wp_image_description_info_v1 *wp_image_description_info_v1)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:114:89: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 114 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:123:59: warning: unused parameter 'data' [-Wunused-parameter]\\n 123 | static void image_description_info_handle_primaries(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:124:90: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 124 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:125:61: warning: unused parameter 'r_x' [-Wunused-parameter]\\n 125 | int32_t r_x, int32_t r_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:125:74: warning: unused parameter 'r_y' [-Wunused-parameter]\\n 125 | int32_t r_x, int32_t r_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:126:61: warning: unused parameter 'g_x' [-Wunused-parameter]\\n 126 | int32_t g_x, int32_t g_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:126:74: warning: unused parameter 'g_y' [-Wunused-parameter]\\n 126 | int32_t g_x, int32_t g_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:127:61: warning: unused parameter 'b_x' [-Wunused-parameter]\\n 127 | int32_t b_x, int32_t b_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:127:74: warning: unused parameter 'b_y' [-Wunused-parameter]\\n 127 | int32_t b_x, int32_t b_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:128:61: warning: unused parameter 'w_x' [-Wunused-parameter]\\n 128 | int32_t w_x, int32_t w_y)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:128:74: warning: unused parameter 'w_y' [-Wunused-parameter]\\n 128 | int32_t w_x, int32_t w_y)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:133:65: warning: unused parameter 'data' [-Wunused-parameter]\\n 133 | static void image_description_info_handle_primaries_named(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:134:96: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 134 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:135:68: warning: unused parameter 'primaries' [-Wunused-parameter]\\n 135 | uint32_t primaries)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:140:58: warning: unused parameter 'data' [-Wunused-parameter]\\n 140 | static void image_description_info_handle_tf_power(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:141:89: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 141 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:142:61: warning: unused parameter 'eexp' [-Wunused-parameter]\\n 142 | uint32_t eexp)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:147:58: warning: unused parameter 'data' [-Wunused-parameter]\\n 147 | static void image_description_info_handle_tf_named(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:148:89: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 148 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:149:61: warning: unused parameter 'tf' [-Wunused-parameter]\\n 149 | uint32_t tf)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:155:91: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 155 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:156:63: warning: unused parameter 'min_lum' [-Wunused-parameter]\\n 156 | uint32_t min_lum,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:164:66: warning: unused parameter 'data' [-Wunused-parameter]\\n 164 | static void image_description_info_handle_target_primaries(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:165:97: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 165 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:166:68: warning: unused parameter 'r_x' [-Wunused-parameter]\\n 166 | int32_t r_x, int32_t r_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:166:81: warning: unused parameter 'r_y' [-Wunused-parameter]\\n 166 | int32_t r_x, int32_t r_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:167:68: warning: unused parameter 'g_x' [-Wunused-parameter]\\n 167 | int32_t g_x, int32_t g_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:167:81: warning: unused parameter 'g_y' [-Wunused-parameter]\\n 167 | int32_t g_x, int32_t g_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:168:68: warning: unused parameter 'b_x' [-Wunused-parameter]\\n 168 | int32_t b_x, int32_t b_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:168:81: warning: unused parameter 'b_y' [-Wunused-parameter]\\n 168 | int32_t b_x, int32_t b_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:169:68: warning: unused parameter 'w_x' [-Wunused-parameter]\\n 169 | int32_t w_x, int32_t w_y)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:169:81: warning: unused parameter 'w_y' [-Wunused-parameter]\\n 169 | int32_t w_x, int32_t w_y)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:174:66: warning: unused parameter 'data' [-Wunused-parameter]\\n 174 | static void image_description_info_handle_target_luminance(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:175:97: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 175 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:176:69: warning: unused parameter 'min_lum' [-Wunused-parameter]\\n 176 | uint32_t min_lum,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:177:69: warning: unused parameter 'max_lum' [-Wunused-parameter]\\n 177 | uint32_t max_lum)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:182:64: warning: unused parameter 'data' [-Wunused-parameter]\\n 182 | static void image_description_info_handle_target_max_cll(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:183:95: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 183 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:184:67: warning: unused parameter 'max_cll' [-Wunused-parameter]\\n 184 | uint32_t max_cll)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:189:65: warning: unused parameter 'data' [-Wunused-parameter]\\n 189 | static void image_description_info_handle_target_max_fall(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:190:96: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\\n 190 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:191:68: warning: unused parameter 'max_fall' [-Wunused-parameter]\\n 191 | uint32_t max_fall)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:231:77: warning: unused parameter 'wp_image_description_v1' [-Wunused-parameter]\\n 231 | struct wp_image_description_v1 *wp_image_description_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:232:54: warning: unused parameter 'cause' [-Wunused-parameter]\\n 232 | uint32_t cause,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:233:57: warning: unused parameter 'msg' [-Wunused-parameter]\\n 233 | const char *msg)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:244:76: warning: unused parameter 'wp_image_description_v1' [-Wunused-parameter]\\n 244 | struct wp_image_description_v1 *wp_image_description_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:245:53: warning: unused parameter 'identity' [-Wunused-parameter]\\n 245 | uint32_t identity)\\n | ^\\n52 warnings generated.\\n[344/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:339:53: warning: unused parameter 'bo' [-Wunused-parameter]\\n 339 | static void KMSDRM_FBDestroyCallback(struct gbm_bo *bo, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:36: warning: unused parameter 'fd' [-Wunused-parameter]\\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:53: warning: unused parameter 'frame' [-Wunused-parameter]\\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:73: warning: unused parameter 'sec' [-Wunused-parameter]\\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:91: warning: unused parameter 'usec' [-Wunused-parameter]\\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:706:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\\n 706 | for (i = 0; i < props->count_props; ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:766:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\\n 766 | for (i = 0; i < props->count_props && !done; ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1184:69: warning: unused parameter 'dispdata' [-Wunused-parameter]\\n 1184 | static bool KMSDRM_GBMInit(SDL_VideoDevice *_this, SDL_DisplayData *dispdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1212:71: warning: unused parameter 'dispdata' [-Wunused-parameter]\\n 1212 | static void KMSDRM_GBMDeinit(SDL_VideoDevice *_this, SDL_DisplayData *dispdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1501:46: warning: unused parameter '_this' [-Wunused-parameter]\\n 1501 | bool KMSDRM_GetDisplayModes(SDL_VideoDevice *_this, SDL_VideoDisplay *display)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1614:19: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]\\n 1614 | for (i = 0; i < viddata->num_windows; i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1618:27: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]\\n 1618 | for (j = i; j < viddata->num_windows; j++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1638:87: warning: unused parameter 'create_props' [-Wunused-parameter]\\n 1638 | bool KMSDRM_CreateWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_PropertiesID create_props)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1784:45: warning: unused parameter '_this' [-Wunused-parameter]\\n 1784 | void KMSDRM_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1784:64: warning: unused parameter 'window' [-Wunused-parameter]\\n 1784 | void KMSDRM_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1787:48: warning: unused parameter '_this' [-Wunused-parameter]\\n 1787 | bool KMSDRM_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1787:67: warning: unused parameter 'window' [-Wunused-parameter]\\n 1787 | bool KMSDRM_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1798:111: warning: unused parameter 'display' [-Wunused-parameter]\\n 1798 | SDL_FullscreenResult KMSDRM_SetWindowFullscreen(SDL_VideoDevice *_this, SDL_Window *window, SDL_VideoDisplay *display, SDL_FullscreenOp fullscreen)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1798:137: warning: unused parameter 'fullscreen' [-Wunused-parameter]\\n 1798 | SDL_FullscreenResult KMSDRM_SetWindowFullscreen(SDL_VideoDevice *_this, SDL_Window *window, SDL_VideoDisplay *display, SDL_FullscreenOp fullscreen)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1806:41: warning: unused parameter '_this' [-Wunused-parameter]\\n 1806 | void KMSDRM_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1806:60: warning: unused parameter 'window' [-Wunused-parameter]\\n 1806 | void KMSDRM_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1809:41: warning: unused parameter '_this' [-Wunused-parameter]\\n 1809 | void KMSDRM_HideWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1809:60: warning: unused parameter 'window' [-Wunused-parameter]\\n 1809 | void KMSDRM_HideWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1812:42: warning: unused parameter '_this' [-Wunused-parameter]\\n 1812 | void KMSDRM_RaiseWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1812:61: warning: unused parameter 'window' [-Wunused-parameter]\\n 1812 | void KMSDRM_RaiseWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1815:45: warning: unused parameter '_this' [-Wunused-parameter]\\n 1815 | void KMSDRM_MaximizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1815:64: warning: unused parameter 'window' [-Wunused-parameter]\\n 1815 | void KMSDRM_MaximizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1818:45: warning: unused parameter '_this' [-Wunused-parameter]\\n 1818 | void KMSDRM_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1818:64: warning: unused parameter 'window' [-Wunused-parameter]\\n 1818 | void KMSDRM_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1821:44: warning: unused parameter '_this' [-Wunused-parameter]\\n 1821 | void KMSDRM_RestoreWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1821:63: warning: unused parameter 'window' [-Wunused-parameter]\\n 1821 | void KMSDRM_RestoreWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n31 warnings generated.\\n[345/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:31:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/../SDL_vulkan_internal.h:40:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:31:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/../SDL_vulkan_internal.h:40:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:81:48: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 81 | _this->vulkan_config.vkGetInstanceProcAddr = (void *)vkGetInstanceProcAddr;\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:82:65: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 82 | _this->vulkan_config.vkEnumerateInstanceExtensionProperties =\\n | ^\\n 83 | (void *)((PFN_vkGetInstanceProcAddr)_this->vulkan_config.vkGetInstanceProcAddr)(\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n 84 | VK_NULL_HANDLE, \\\"vkEnumerateInstanceExtensionProperties\\\");\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:143:73: warning: unused parameter '_this' [-Wunused-parameter]\\n 143 | char const* const* KMSDRM_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:286:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\\n 286 | for (i = 0; i < gpu_count; i++) {\\n | ~ ^ ~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:347:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\\n 347 | for (i = 0; i < mode_count; i++) {\\n | ~ ^ ~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:349:59: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]\\n 349 | mode_props[i].parameters.visibleRegion.height == window->h) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:348:58: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]\\n 348 | if (mode_props[i].parameters.visibleRegion.width == window->w &&\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:406:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\\n 406 | for (i = 0; i < plane_count; i++) {\\n | ~ ^ ~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:432:23: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\\n 432 | for (j = 0; j < supported_displays_count; j++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:516:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 516 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/kmsdrm/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\\n | ^\\n14 warnings generated.\\n[346/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.c:35:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.c:35:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n4 warnings generated.\\n[347/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandkeyboard.c:26:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandkeyboard.c:26:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandkeyboard.c:156:64: warning: unused parameter 'window' [-Wunused-parameter]\\n 156 | bool Wayland_StopTextInput(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n5 warnings generated.\\n[348/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o\\n[349/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandopengles.c:28:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandopengles.c:28:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandopengles.c:213:56: warning: unused parameter '_this' [-Wunused-parameter]\\n 213 | EGLSurface Wayland_GLES_GetEGLSurface(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n5 warnings generated.\\n[350/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:27:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:27:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:60:16: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 60 | fn = SDL_LoadFunction(dynlib->lib, fnname);\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:114:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 114 | for (i = 0; i < SDL_arraysize(waylandlibs); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:135:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 135 | for (i = 0; i < SDL_arraysize(waylandlibs); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n7 warnings generated.\\n[351/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:30:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:30:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:164:74: warning: unused parameter 'conn' [-Wunused-parameter]\\n 164 | static DBusHandlerResult Wayland_DBusCursorMessageFilter(DBusConnection *conn, DBusMessage *msg, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:299:76: warning: unused parameter 'time' [-Wunused-parameter]\\n 299 | static void cursor_frame_done(void *data, struct wl_callback *cb, uint32_t time)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:408:46: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\\n 408 | if (cdata->cursor_data.system.num_frames != cursor->image_count) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:419:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\\n 419 | for (int i = 0; i < cursor->image_count; ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:427:21: warning: comparison of integers of different signs: 'const int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\\n 427 | if (scaled_size != cursor->images[0]->width) {\\n | ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:1043:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1043 | for (int i = 0; i < SDL_arraysize(sys_cursors); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n10 warnings generated.\\n[352/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:34:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:34:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:108:41: warning: unused parameter 'data' [-Wunused-parameter]\\n 108 | static void buffer_handle_release(void *data, struct wl_buffer *wl_buffer)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:108:65: warning: unused parameter 'wl_buffer' [-Wunused-parameter]\\n 108 | static void buffer_handle_release(void *data, struct wl_buffer *wl_buffer)\\n | ^\\n6 warnings generated.\\n[353/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:31:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/../SDL_vulkan_internal.h:40:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:31:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/../SDL_vulkan_internal.h:40:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:73:48: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 73 | _this->vulkan_config.vkGetInstanceProcAddr = (void *)vkGetInstanceProcAddr;\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:74:65: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 74 | _this->vulkan_config.vkEnumerateInstanceExtensionProperties =\\n | ^\\n 75 | (void *)((PFN_vkGetInstanceProcAddr)_this->vulkan_config.vkGetInstanceProcAddr)(\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n 76 | VK_NULL_HANDLE, \\\"vkEnumerateInstanceExtensionProperties\\\");\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:118:74: warning: unused parameter '_this' [-Wunused-parameter]\\n 118 | char const* const* Wayland_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this, Uint32 *count)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:174:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 174 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\\n | ^\\n8 warnings generated.\\n[354/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o\\n[355/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:31:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:31:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:459:83: warning: unused parameter 'registry' [-Wunused-parameter]\\n 459 | static void wayland_preferred_check_handle_global(void *data, struct wl_registry *registry, uint32_t id,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:459:102: warning: unused parameter 'id' [-Wunused-parameter]\\n 459 | static void wayland_preferred_check_handle_global(void *data, struct wl_registry *registry, uint32_t id,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:460:83: warning: unused parameter 'version' [-Wunused-parameter]\\n 460 | const char *interface, uint32_t version)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:469:57: warning: unused parameter 'data' [-Wunused-parameter]\\n 469 | static void wayland_preferred_check_remove_global(void *data, struct wl_registry *registry, uint32_t id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:469:83: warning: unused parameter 'registry' [-Wunused-parameter]\\n 469 | static void wayland_preferred_check_remove_global(void *data, struct wl_registry *registry, uint32_t id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:469:102: warning: unused parameter 'id' [-Wunused-parameter]\\n 469 | static void wayland_preferred_check_remove_global(void *data, struct wl_registry *registry, uint32_t id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:705:83: warning: unused parameter 'xdg_output' [-Wunused-parameter]\\n 705 | static void xdg_output_handle_logical_position(void *data, struct zxdg_output_v1 *xdg_output,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:715:79: warning: unused parameter 'xdg_output' [-Wunused-parameter]\\n 715 | static void xdg_output_handle_logical_size(void *data, struct zxdg_output_v1 *xdg_output,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:725:71: warning: unused parameter 'xdg_output' [-Wunused-parameter]\\n 725 | static void xdg_output_handle_done(void *data, struct zxdg_output_v1 *xdg_output)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:738:71: warning: unused parameter 'xdg_output' [-Wunused-parameter]\\n 738 | static void xdg_output_handle_name(void *data, struct zxdg_output_v1 *xdg_output,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:751:78: warning: unused parameter 'xdg_output' [-Wunused-parameter]\\n 751 | static void xdg_output_handle_description(void *data, struct zxdg_output_v1 *xdg_output,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:828:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 828 | for (i = 0; i < SDL_arraysize(mode_list); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:852:55: warning: unused parameter 'output' [-Wunused-parameter]\\n 852 | struct wl_output *output,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:856:41: warning: unused parameter 'subpixel' [-Wunused-parameter]\\n 856 | int subpixel,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:857:49: warning: unused parameter 'make' [-Wunused-parameter]\\n 857 | const char *make,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:909:51: warning: unused parameter 'output' [-Wunused-parameter]\\n 909 | struct wl_output *output,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:935:51: warning: unused parameter 'output' [-Wunused-parameter]\\n 935 | struct wl_output *output)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1083:52: warning: unused parameter 'output' [-Wunused-parameter]\\n 1083 | struct wl_output *output,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1090:63: warning: unused parameter 'wl_output' [-Wunused-parameter]\\n 1090 | static void display_handle_name(void *data, struct wl_output *wl_output, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1098:70: warning: unused parameter 'wl_output' [-Wunused-parameter]\\n 1098 | static void display_handle_description(void *data, struct wl_output *wl_output, const char *description)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1119:91: warning: unused parameter 'wp_color_management_output_v1' [-Wunused-parameter]\\n 1119 | struct wp_color_management_output_v1 *wp_color_management_output_v1)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1230:43: warning: unused parameter 'data' [-Wunused-parameter]\\n 1230 | static void handle_ping_xdg_wm_base(void *data, struct xdg_wm_base *xdg, uint32_t serial)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1240:45: warning: unused parameter 'context' [-Wunused-parameter]\\n 1240 | static void libdecor_error(struct libdecor *context,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1249:1: warning: missing field 'reserved0' initializer [-Wmissing-field-initializers]\\n 1249 | };\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1329:67: warning: unused parameter 'registry' [-Wunused-parameter]\\n 1329 | static void display_remove_global(void *data, struct wl_registry *registry, uint32_t id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1629:46: warning: unused parameter '_this' [-Wunused-parameter]\\n 1629 | bool Wayland_VideoReconnect(SDL_VideoDevice *_this)\\n | ^\\n30 warnings generated.\\n[356/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o\\n[357/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o\\n[358/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o\\n[359/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:33:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:33:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:182:90: warning: unused parameter 'zwp_input_timestamps_v1' [-Wunused-parameter]\\n 182 | static void Wayland_input_timestamp_listener(void *data, struct zwp_input_timestamps_v1 *zwp_input_timestamps_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:340:37: warning: unused parameter 'data' [-Wunused-parameter]\\n 340 | static void sync_done_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:340:82: warning: unused parameter 'callback_data' [-Wunused-parameter]\\n 340 | static void sync_done_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:350:66: warning: unused parameter 'window' [-Wunused-parameter]\\n 350 | void Wayland_SendWakeupEvent(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:408:29: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'const Uint64' (aka 'const unsigned long') [-Wsign-compare]\\n 408 | timeoutNS = SDL_min(timeoutNS, next_repeat_wait_time);\\n | ^ ~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:518:66: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 518 | static void pointer_handle_motion(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:584:65: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 584 | static void pointer_handle_leave(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:585:43: warning: unused parameter 'serial' [-Wunused-parameter]\\n 585 | uint32_t serial, struct wl_surface *surface)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:620:22: warning: unused parameter 'sx_w' [-Wunused-parameter]\\n 620 | wl_fixed_t sx_w, wl_fixed_t sy_w,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:620:39: warning: unused parameter 'sy_w' [-Wunused-parameter]\\n 620 | wl_fixed_t sx_w, wl_fixed_t sy_w,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:774:66: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 774 | static void pointer_handle_button(void *data, struct wl_pointer *pointer, uint32_t serial,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:885:64: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 885 | static void pointer_handle_axis(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:898:83: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 898 | static void pointer_handle_axis_relative_direction(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:915:65: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 915 | static void pointer_handle_frame(void *data, struct wl_pointer *pointer)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:961:46: warning: unused parameter 'data' [-Wunused-parameter]\\n 961 | static void pointer_handle_axis_source(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:961:71: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 961 | static void pointer_handle_axis_source(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:962:49: warning: unused parameter 'axis_source' [-Wunused-parameter]\\n 962 | uint32_t axis_source)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:967:44: warning: unused parameter 'data' [-Wunused-parameter]\\n 967 | static void pointer_handle_axis_stop(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:967:69: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 967 | static void pointer_handle_axis_stop(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:968:47: warning: unused parameter 'time' [-Wunused-parameter]\\n 968 | uint32_t time, uint32_t axis)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:968:62: warning: unused parameter 'axis' [-Wunused-parameter]\\n 968 | uint32_t time, uint32_t axis)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:973:73: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 973 | static void pointer_handle_axis_discrete(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:981:73: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 981 | static void pointer_handle_axis_value120(void *data, struct wl_pointer *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1004:85: warning: unused parameter 'pointer' [-Wunused-parameter]\\n 1004 | struct zwp_relative_pointer_v1 *pointer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1038:41: warning: unused parameter 'data' [-Wunused-parameter]\\n 1038 | static void locked_pointer_locked(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1039:65: warning: unused parameter 'locked_pointer' [-Wunused-parameter]\\n 1039 | struct zwp_locked_pointer_v1 *locked_pointer)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1043:43: warning: unused parameter 'data' [-Wunused-parameter]\\n 1043 | static void locked_pointer_unlocked(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1044:67: warning: unused parameter 'locked_pointer' [-Wunused-parameter]\\n 1044 | struct zwp_locked_pointer_v1 *locked_pointer)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1105:45: warning: unused parameter 'data' [-Wunused-parameter]\\n 1105 | static void confined_pointer_confined(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1106:71: warning: unused parameter 'confined_pointer' [-Wunused-parameter]\\n 1106 | struct zwp_confined_pointer_v1 *confined_pointer)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1110:47: warning: unused parameter 'data' [-Wunused-parameter]\\n 1110 | static void confined_pointer_unconfined(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1111:73: warning: unused parameter 'confined_pointer' [-Wunused-parameter]\\n 1111 | struct zwp_confined_pointer_v1 *confined_pointer)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1157:75: warning: unused parameter 'serial' [-Wunused-parameter]\\n 1157 | static void touch_handler_up(void *data, struct wl_touch *touch, uint32_t serial,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1208:39: warning: unused parameter 'data' [-Wunused-parameter]\\n 1208 | static void touch_handler_frame(void *data, struct wl_touch *touch)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1208:62: warning: unused parameter 'touch' [-Wunused-parameter]\\n 1208 | static void touch_handler_frame(void *data, struct wl_touch *touch)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1268:52: warning: unused parameter 'keymap' [-Wunused-parameter]\\n 1268 | static void Wayland_keymap_iter(struct xkb_keymap *keymap, xkb_keycode_t key, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1344:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1344 | for (int i = 0; i < SDL_arraysize(keymod_masks); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1362:68: warning: unused parameter 'keyboard' [-Wunused-parameter]\\n 1362 | static void keyboard_handle_keymap(void *data, struct wl_keyboard *keyboard,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1697:67: warning: unused parameter 'keyboard' [-Wunused-parameter]\\n 1697 | static void keyboard_handle_enter(void *data, struct wl_keyboard *keyboard,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1698:44: warning: unused parameter 'serial' [-Wunused-parameter]\\n 1698 | uint32_t serial, struct wl_surface *surface,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1755:67: warning: unused parameter 'keyboard' [-Wunused-parameter]\\n 1755 | static void keyboard_handle_leave(void *data, struct wl_keyboard *keyboard,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1756:44: warning: unused parameter 'serial' [-Wunused-parameter]\\n 1756 | uint32_t serial, struct wl_surface *surface)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1849:65: warning: unused parameter 'keyboard' [-Wunused-parameter]\\n 1849 | static void keyboard_handle_key(void *data, struct wl_keyboard *keyboard,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1898:71: warning: unused parameter 'keyboard' [-Wunused-parameter]\\n 1898 | static void keyboard_handle_modifiers(void *data, struct wl_keyboard *keyboard,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1899:48: warning: unused parameter 'serial' [-Wunused-parameter]\\n 1899 | uint32_t serial, uint32_t mods_depressed,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1938:73: warning: unused parameter 'wl_keyboard' [-Wunused-parameter]\\n 1938 | static void keyboard_handle_repeat_info(void *data, struct wl_keyboard *wl_keyboard,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2043:36: warning: unused parameter 'data' [-Wunused-parameter]\\n 2043 | static void seat_handle_name(void *data, struct wl_seat *wl_seat, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2043:58: warning: unused parameter 'wl_seat' [-Wunused-parameter]\\n 2043 | static void seat_handle_name(void *data, struct wl_seat *wl_seat, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2043:79: warning: unused parameter 'name' [-Wunused-parameter]\\n 2043 | static void seat_handle_name(void *data, struct wl_seat *wl_seat, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2053:45: warning: unused parameter 'data' [-Wunused-parameter]\\n 2053 | static void data_source_handle_target(void *data, struct wl_data_source *wl_data_source,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2053:74: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\\n 2053 | static void data_source_handle_target(void *data, struct wl_data_source *wl_data_source,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2054:51: warning: unused parameter 'mime_type' [-Wunused-parameter]\\n 2054 | const char *mime_type)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2058:72: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\\n 2058 | static void data_source_handle_send(void *data, struct wl_data_source *wl_data_source,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2064:77: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\\n 2064 | static void data_source_handle_cancelled(void *data, struct wl_data_source *wl_data_source)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2072:57: warning: unused parameter 'data' [-Wunused-parameter]\\n 2072 | static void data_source_handle_dnd_drop_performed(void *data, struct wl_data_source *wl_data_source)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2072:86: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\\n 2072 | static void data_source_handle_dnd_drop_performed(void *data, struct wl_data_source *wl_data_source)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2076:51: warning: unused parameter 'data' [-Wunused-parameter]\\n 2076 | static void data_source_handle_dnd_finished(void *data, struct wl_data_source *wl_data_source)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2076:80: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\\n 2076 | static void data_source_handle_dnd_finished(void *data, struct wl_data_source *wl_data_source)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2080:45: warning: unused parameter 'data' [-Wunused-parameter]\\n 2080 | static void data_source_handle_action(void *data, struct wl_data_source *wl_data_source,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2080:74: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\\n 2080 | static void data_source_handle_action(void *data, struct wl_data_source *wl_data_source,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2081:48: warning: unused parameter 'dnd_action' [-Wunused-parameter]\\n 2081 | uint32_t dnd_action)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2094:95: warning: unused parameter 'zwp_primary_selection_source_v1' [-Wunused-parameter]\\n 2094 | static void primary_selection_source_send(void *data, struct zwp_primary_selection_source_v1 *zwp_primary_selection_source_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2101:100: warning: unused parameter 'zwp_primary_selection_source_v1' [-Wunused-parameter]\\n 2101 | static void primary_selection_source_cancelled(void *data, struct zwp_primary_selection_source_v1 *zwp_primary_selection_source_v1)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2187:52: warning: unused parameter 'data' [-Wunused-parameter]\\n 2187 | static void data_offer_handle_source_actions(void *data, struct wl_data_offer *wl_data_offer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2196:45: warning: unused parameter 'data' [-Wunused-parameter]\\n 2196 | static void data_offer_handle_actions(void *data, struct wl_data_offer *wl_data_offer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2226:78: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\\n 2226 | static void data_device_handle_data_offer(void *data, struct wl_data_device *wl_data_device,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2242:73: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\\n 2242 | static void data_device_handle_enter(void *data, struct wl_data_device *wl_data_device,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2318:73: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\\n 2318 | static void data_device_handle_leave(void *data, struct wl_data_device *wl_data_device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2346:74: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\\n 2346 | static void data_device_handle_motion(void *data, struct wl_data_device *wl_data_device,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2347:48: warning: unused parameter 'time' [-Wunused-parameter]\\n 2347 | uint32_t time, wl_fixed_t x, wl_fixed_t y)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2372:72: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\\n 2372 | static void data_device_handle_drop(void *data, struct wl_data_device *wl_data_device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2503:77: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\\n 2503 | static void data_device_handle_selection(void *data, struct wl_data_device *wl_data_device,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2533:103: warning: unused parameter 'zwp_primary_selection_device_v1' [-Wunused-parameter]\\n 2533 | static void primary_selection_device_handle_offer(void *data, struct zwp_primary_selection_device_v1 *zwp_primary_selection_device_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2549:107: warning: unused parameter 'zwp_primary_selection_device_v1' [-Wunused-parameter]\\n 2549 | static void primary_selection_device_handle_selection(void *data, struct zwp_primary_selection_device_v1 *zwp_primary_selection_device_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2573:36: warning: unused parameter 'data' [-Wunused-parameter]\\n 2573 | static void text_input_enter(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2574:56: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\\n 2574 | struct zwp_text_input_v3 *zwp_text_input_v3,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2575:49: warning: unused parameter 'surface' [-Wunused-parameter]\\n 2575 | struct wl_surface *surface)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2580:36: warning: unused parameter 'data' [-Wunused-parameter]\\n 2580 | static void text_input_leave(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2581:56: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\\n 2581 | struct zwp_text_input_v3 *zwp_text_input_v3,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2582:49: warning: unused parameter 'surface' [-Wunused-parameter]\\n 2582 | struct wl_surface *surface)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2588:65: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\\n 2588 | struct zwp_text_input_v3 *zwp_text_input_v3,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2614:44: warning: unused parameter 'data' [-Wunused-parameter]\\n 2614 | static void text_input_commit_string(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2615:64: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\\n 2615 | struct zwp_text_input_v3 *zwp_text_input_v3,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2621:54: warning: unused parameter 'data' [-Wunused-parameter]\\n 2621 | static void text_input_delete_surrounding_text(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2622:74: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\\n 2622 | struct zwp_text_input_v3 *zwp_text_input_v3,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2623:57: warning: unused parameter 'before_length' [-Wunused-parameter]\\n 2623 | uint32_t before_length,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2624:57: warning: unused parameter 'after_length' [-Wunused-parameter]\\n 2624 | uint32_t after_length)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2630:55: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\\n 2630 | struct zwp_text_input_v3 *zwp_text_input_v3,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2631:38: warning: unused parameter 'serial' [-Wunused-parameter]\\n 2631 | uint32_t serial)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2768:76: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2768 | static void tablet_tool_handle_type(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t type)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:54: warning: unused parameter 'data' [-Wunused-parameter]\\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:87: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:102: warning: unused parameter 'serial_hi' [-Wunused-parameter]\\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:122: warning: unused parameter 'serial_lo' [-Wunused-parameter]\\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2788:89: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2788 | static void tablet_tool_handle_hardware_id_wacom(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t id_hi, uint32_t id_lo)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2788:104: warning: unused parameter 'id_hi' [-Wunused-parameter]\\n 2788 | static void tablet_tool_handle_hardware_id_wacom(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t id_hi, uint32_t id_lo)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2794:82: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2794 | static void tablet_tool_handle_capability(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t capability)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2809:43: warning: unused parameter 'data' [-Wunused-parameter]\\n 2809 | static void tablet_tool_handle_done(void *data, struct zwp_tablet_tool_v2 *tool)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2809:76: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2809 | static void tablet_tool_handle_done(void *data, struct zwp_tablet_tool_v2 *tool)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2823:84: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2823 | static void tablet_tool_handle_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, struct zwp_tablet_v2 *tablet, struct wl_surface *surface)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2823:99: warning: unused parameter 'serial' [-Wunused-parameter]\\n 2823 | static void tablet_tool_handle_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, struct zwp_tablet_v2 *tablet, struct wl_surface *surface)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2823:129: warning: unused parameter 'tablet' [-Wunused-parameter]\\n 2823 | static void tablet_tool_handle_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, struct zwp_tablet_v2 *tablet, struct wl_surface *surface)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2837:85: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2837 | static void tablet_tool_handle_proximity_out(void *data, struct zwp_tablet_tool_v2 *tool)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2848:76: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2848 | static void tablet_tool_handle_down(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2848:91: warning: unused parameter 'serial' [-Wunused-parameter]\\n 2848 | static void tablet_tool_handle_down(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2854:74: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2854 | static void tablet_tool_handle_up(void *data, struct zwp_tablet_tool_v2 *tool)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2860:78: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2860 | static void tablet_tool_handle_motion(void *data, struct zwp_tablet_tool_v2 *tool, wl_fixed_t sx_w, wl_fixed_t sy_w)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2872:80: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2872 | static void tablet_tool_handle_pressure(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t pressure)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2883:80: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2883 | static void tablet_tool_handle_distance(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t distance)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2894:76: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2894 | static void tablet_tool_handle_tilt(void *data, struct zwp_tablet_tool_v2 *tool, wl_fixed_t xtilt, wl_fixed_t ytilt)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2902:78: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2902 | static void tablet_tool_handle_button(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, uint32_t button, uint32_t state)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2902:93: warning: unused parameter 'serial' [-Wunused-parameter]\\n 2902 | static void tablet_tool_handle_button(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, uint32_t button, uint32_t state)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2926:80: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2926 | static void tablet_tool_handle_rotation(void *data, struct zwp_tablet_tool_v2 *tool, wl_fixed_t degrees)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2934:78: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2934 | static void tablet_tool_handle_slider(void *data, struct zwp_tablet_tool_v2 *tool, int32_t position)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:44: warning: unused parameter 'data' [-Wunused-parameter]\\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:77: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:91: warning: unused parameter 'degrees' [-Wunused-parameter]\\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:108: warning: unused parameter 'clicks' [-Wunused-parameter]\\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2946:77: warning: unused parameter 'tool' [-Wunused-parameter]\\n 2946 | static void tablet_tool_handle_frame(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t time)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2983:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 2983 | for (int i = 0; i < SDL_arraysize(sdltool->frame_buttons); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3020:51: warning: unused parameter 'data' [-Wunused-parameter]\\n 3020 | static void tablet_seat_handle_tablet_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_v2 *tablet)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3020:84: warning: unused parameter 'seat' [-Wunused-parameter]\\n 3020 | static void tablet_seat_handle_tablet_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_v2 *tablet)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3020:112: warning: unused parameter 'tablet' [-Wunused-parameter]\\n 3020 | static void tablet_seat_handle_tablet_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_v2 *tablet)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3025:49: warning: unused parameter 'data' [-Wunused-parameter]\\n 3025 | static void tablet_seat_handle_tool_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_tool_v2 *tool)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3025:82: warning: unused parameter 'seat' [-Wunused-parameter]\\n 3025 | static void tablet_seat_handle_tool_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_tool_v2 *tool)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3034:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 3034 | for (int i = 0; i < SDL_arraysize(sdltool->frame_buttons); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3044:48: warning: unused parameter 'data' [-Wunused-parameter]\\n 3044 | static void tablet_seat_handle_pad_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_pad_v2 *pad)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3044:81: warning: unused parameter 'seat' [-Wunused-parameter]\\n 3044 | static void tablet_seat_handle_pad_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_pad_v2 *pad)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3044:113: warning: unused parameter 'pad' [-Wunused-parameter]\\n 3044 | static void tablet_seat_handle_pad_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_pad_v2 *pad)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3074:56: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 3074 | static void Wayland_remove_all_pens_callback(SDL_PenID instance_id, void *handle, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3074:89: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3074 | static void Wayland_remove_all_pens_callback(SDL_PenID instance_id, void *handle, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3368:63: warning: unused parameter 'input' [-Wunused-parameter]\\n 3368 | bool Wayland_input_unconfine_pointer(struct SDL_WaylandInput *input, SDL_Window *window)\\n | ^\\n136 warnings generated.\\n[360/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o\\n[361/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o\\n[362/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o\\n[363/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o\\n[364/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o\\n[365/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o\\n[366/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o\\n[367/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o\\n[368/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o\\n[369/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o\\n[370/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o\\n[371/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o\\n[372/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o\\n[373/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o\\n[374/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o\\n[375/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o\\n[376/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o\\n[377/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o\\n[378/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o\\n[379/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o\\n[380/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:235:20: warning: assigning to 'gboolean (*)(int *, char ***)' (aka 'int (*)(int *, char ***)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 235 | gtk_init_check = dlsym(libgtk, \\\"gtk_init_check\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:236:27: warning: assigning to 'gboolean (*)(gboolean)' (aka 'int (*)(int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 236 | gtk_main_iteration_do = dlsym(libgtk, \\\"gtk_main_iteration_do\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:237:18: warning: assigning to 'GtkWidget *(*)(void)' (aka 'struct _GtkWidget *(*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 237 | gtk_menu_new = dlsym(libgtk, \\\"gtk_menu_new\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:238:33: warning: assigning to 'GtkWidget *(*)(void)' (aka 'struct _GtkWidget *(*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 238 | gtk_separator_menu_item_new = dlsym(libgtk, \\\"gtk_separator_menu_item_new\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:239:34: warning: assigning to 'GtkWidget *(*)(const gchar *)' (aka 'struct _GtkWidget *(*)(const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 239 | gtk_menu_item_new_with_label = dlsym(libgtk, \\\"gtk_menu_item_new_with_label\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:240:31: warning: assigning to 'void (*)(GtkMenuItem *, GtkWidget *)' (aka 'void (*)(struct _GtkMenuItem *, struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 240 | gtk_menu_item_set_submenu = dlsym(libgtk, \\\"gtk_menu_item_set_submenu\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:241:40: warning: assigning to 'GtkWidget *(*)(const gchar *)' (aka 'struct _GtkWidget *(*)(const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 241 | gtk_check_menu_item_new_with_label = dlsym(libgtk, \\\"gtk_check_menu_item_new_with_label\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:242:36: warning: assigning to 'void (*)(GtkCheckMenuItem *, gboolean)' (aka 'void (*)(struct _GtkCheckMenuItem *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 242 | gtk_check_menu_item_set_active = dlsym(libgtk, \\\"gtk_check_menu_item_set_active\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:243:30: warning: assigning to 'void (*)(GtkWidget *, gboolean)' (aka 'void (*)(struct _GtkWidget *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 243 | gtk_widget_set_sensitive = dlsym(libgtk, \\\"gtk_widget_set_sensitive\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:244:21: warning: assigning to 'void (*)(GtkWidget *)' (aka 'void (*)(struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 244 | gtk_widget_show = dlsym(libgtk, \\\"gtk_widget_show\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:245:27: warning: assigning to 'void (*)(GtkMenuShell *, GtkWidget *)' (aka 'void (*)(struct _GtkMenuShell *, struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 245 | gtk_menu_shell_append = dlsym(libgtk, \\\"gtk_menu_shell_append\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:246:27: warning: assigning to 'void (*)(GtkMenuShell *, GtkWidget *, gint)' (aka 'void (*)(struct _GtkMenuShell *, struct _GtkWidget *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 246 | gtk_menu_shell_insert = dlsym(libgtk, \\\"gtk_menu_shell_insert\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:247:24: warning: assigning to 'void (*)(GtkWidget *)' (aka 'void (*)(struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 247 | gtk_widget_destroy = dlsym(libgtk, \\\"gtk_widget_destroy\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:248:29: warning: assigning to 'const gchar *(*)(GtkMenuItem *)' (aka 'const char *(*)(struct _GtkMenuItem *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 248 | gtk_menu_item_get_label = dlsym(libgtk, \\\"gtk_menu_item_get_label\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:249:29: warning: assigning to 'void (*)(GtkMenuItem *, const gchar *)' (aka 'void (*)(struct _GtkMenuItem *, const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 249 | gtk_menu_item_set_label = dlsym(libgtk, \\\"gtk_menu_item_set_label\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:250:36: warning: assigning to 'gboolean (*)(GtkCheckMenuItem *)' (aka 'int (*)(struct _GtkCheckMenuItem *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 250 | gtk_check_menu_item_get_active = dlsym(libgtk, \\\"gtk_check_menu_item_get_active\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:251:30: warning: assigning to 'gboolean (*)(GtkWidget *)' (aka 'int (*)(struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 251 | gtk_widget_get_sensitive = dlsym(libgtk, \\\"gtk_widget_get_sensitive\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:255:15: warning: assigning to 'gchar *(*)(gchar *)' (aka 'char *(*)(char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 255 | g_mkdtemp = dlsym(libgdk, \\\"g_mkdtemp\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:256:27: warning: assigning to 'gulong (*)(gpointer, const gchar *, GCallback, gpointer, GClosureNotify, GConnectFlags)' (aka 'unsigned long (*)(void *, const char *, void (*)(void), void *, void (*)(void *, struct _GClosure *), GConnectFlags)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 256 | g_signal_connect_data = dlsym(libgdk, \\\"g_signal_connect_data\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:257:20: warning: assigning to 'void (*)(gpointer)' (aka 'void (*)(void *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 257 | g_object_unref = dlsym(libgdk, \\\"g_object_unref\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:258:23: warning: assigning to 'gpointer (*)(gpointer)' (aka 'void *(*)(void *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 258 | g_object_ref_sink = dlsym(libgdk, \\\"g_object_ref_sink\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:259:18: warning: assigning to 'gpointer (*)(gpointer)' (aka 'void *(*)(void *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 259 | g_object_ref = dlsym(libgdk, \\\"g_object_ref\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:261:23: warning: assigning to 'AppIndicator *(*)(const gchar *, const gchar *, AppIndicatorCategory)' (aka 'struct _AppIndicator *(*)(const char *, const char *, AppIndicatorCategory)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 261 | app_indicator_new = dlsym(libappindicator, \\\"app_indicator_new\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:262:30: warning: assigning to 'void (*)(AppIndicator *, AppIndicatorStatus)' (aka 'void (*)(struct _AppIndicator *, AppIndicatorStatus)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 262 | app_indicator_set_status = dlsym(libappindicator, \\\"app_indicator_set_status\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:263:28: warning: assigning to 'void (*)(AppIndicator *, const gchar *)' (aka 'void (*)(struct _AppIndicator *, const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 263 | app_indicator_set_icon = dlsym(libappindicator, \\\"app_indicator_set_icon\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:264:28: warning: assigning to 'void (*)(AppIndicator *, GtkMenu *)' (aka 'void (*)(struct _AppIndicator *, struct _GtkMenu *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 264 | app_indicator_set_menu = dlsym(libappindicator, \\\"app_indicator_set_menu\\\");\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:344:40: warning: unused parameter 'item' [-Wunused-parameter]\\n 344 | static void call_callback(GtkMenuItem *item, gpointer ptr)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:384:55: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 384 | if (would_have_written <= 0 || would_have_written >= sizeof(buffer) - 1) {\\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:416:57: warning: unused parameter 'tooltip' [-Wunused-parameter]\\n 416 | SDL_Tray *SDL_CreateTray(SDL_Surface *icon, const char *tooltip)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:486:35: warning: unused parameter 'tray' [-Wunused-parameter]\\n 486 | void SDL_SetTrayTooltip(SDL_Tray *tray, const char *tooltip)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/tray/unix/SDL_tray.c:486:53: warning: unused parameter 'tooltip' [-Wunused-parameter]\\n 486 | void SDL_SetTrayTooltip(SDL_Tray *tray, const char *tooltip)\\n | ^\\n31 warnings generated.\\n[381/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:32:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:32:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:489:92: warning: unused parameter 'callback_data' [-Wunused-parameter]\\n 489 | static void fullscreen_deadline_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:506:100: warning: unused parameter 'callback_data' [-Wunused-parameter]\\n 506 | static void maximized_restored_deadline_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:679:77: warning: unused parameter 'time' [-Wunused-parameter]\\n 679 | static void surface_frame_done(void *data, struct wl_callback *cb, uint32_t time)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:732:79: warning: unused parameter 'time' [-Wunused-parameter]\\n 732 | static void gles_swap_frame_done(void *data, struct wl_callback *cb, uint32_t time)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:766:64: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\\n 766 | struct xdg_toplevel *xdg_toplevel,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:977:72: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\\n 977 | static void handle_close_xdg_toplevel(void *data, struct xdg_toplevel *xdg_toplevel)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:984:71: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\\n 984 | struct xdg_toplevel *xdg_toplevel,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:993:70: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\\n 993 | struct xdg_toplevel *xdg_toplevel,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1029:58: warning: unused parameter 'xdg_popup' [-Wunused-parameter]\\n 1029 | struct xdg_popup *xdg_popup,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1079:65: warning: unused parameter 'xdg_popup' [-Wunused-parameter]\\n 1079 | static void handle_done_xdg_popup(void *data, struct xdg_popup *xdg_popup)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1085:49: warning: unused parameter 'data' [-Wunused-parameter]\\n 1085 | static void handle_repositioned_xdg_popup(void *data,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1086:61: warning: unused parameter 'xdg_popup' [-Wunused-parameter]\\n 1086 | struct xdg_popup *xdg_popup,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1087:52: warning: unused parameter 'token' [-Wunused-parameter]\\n 1087 | uint32_t token)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1099:82: warning: unused parameter 'zxdg_toplevel_decoration_v1' [-Wunused-parameter]\\n 1099 | struct zxdg_toplevel_decoration_v1 *zxdg_toplevel_decoration_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1422:59: warning: unused parameter 'frame' [-Wunused-parameter]\\n 1422 | static void decoration_frame_close(struct libdecor_frame *frame, void *user_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1427:60: warning: unused parameter 'frame' [-Wunused-parameter]\\n 1427 | static void decoration_frame_commit(struct libdecor_frame *frame, void *user_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1438:61: warning: unused parameter 'frame' [-Wunused-parameter]\\n 1438 | static void decoration_dismiss_popup(struct libdecor_frame *frame, const char *seat_name, void *user_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1438:80: warning: unused parameter 'seat_name' [-Wunused-parameter]\\n 1438 | static void decoration_dismiss_popup(struct libdecor_frame *frame, const char *seat_name, void *user_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1438:97: warning: unused parameter 'user_data' [-Wunused-parameter]\\n 1438 | static void decoration_dismiss_popup(struct libdecor_frame *frame, const char *seat_name, void *user_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1448:1: warning: missing field 'reserved0' initializer [-Wmissing-field-initializers]\\n 1448 | };\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1574:74: warning: unused parameter 'wl_surface' [-Wunused-parameter]\\n 1574 | static void handle_preferred_buffer_scale(void *data, struct wl_surface *wl_surface, int32_t factor)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1587:53: warning: unused parameter 'data' [-Wunused-parameter]\\n 1587 | static void handle_preferred_buffer_transform(void *data, struct wl_surface *wl_surface, uint32_t transform)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1587:78: warning: unused parameter 'wl_surface' [-Wunused-parameter]\\n 1587 | static void handle_preferred_buffer_transform(void *data, struct wl_surface *wl_surface, uint32_t transform)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1587:99: warning: unused parameter 'transform' [-Wunused-parameter]\\n 1587 | static void handle_preferred_buffer_transform(void *data, struct wl_surface *wl_surface, uint32_t transform)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1599:90: warning: unused parameter 'wp_fractional_scale_v1' [-Wunused-parameter]\\n 1599 | static void handle_preferred_fractional_scale(void *data, struct wp_fractional_scale_v1 *wp_fractional_scale_v1, uint32_t scale)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1609:92: warning: unused parameter 'frog_color_managed_surface' [-Wunused-parameter]\\n 1609 | static void frog_preferred_metadata_handler(void *data, struct frog_color_managed_surface *frog_color_managed_surface, uint32_t transfer_function,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1610:54: warning: unused parameter 'output_display_primary_red_x' [-Wunused-parameter]\\n 1610 | uint32_t output_display_primary_red_x, uint32_t output_display_primary_red_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1610:93: warning: unused parameter 'output_display_primary_red_y' [-Wunused-parameter]\\n 1610 | uint32_t output_display_primary_red_x, uint32_t output_display_primary_red_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1611:54: warning: unused parameter 'output_display_primary_green_x' [-Wunused-parameter]\\n 1611 | uint32_t output_display_primary_green_x, uint32_t output_display_primary_green_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1611:95: warning: unused parameter 'output_display_primary_green_y' [-Wunused-parameter]\\n 1611 | uint32_t output_display_primary_green_x, uint32_t output_display_primary_green_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1612:54: warning: unused parameter 'output_display_primary_blue_x' [-Wunused-parameter]\\n 1612 | uint32_t output_display_primary_blue_x, uint32_t output_display_primary_blue_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1612:94: warning: unused parameter 'output_display_primary_blue_y' [-Wunused-parameter]\\n 1612 | uint32_t output_display_primary_blue_x, uint32_t output_display_primary_blue_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1613:54: warning: unused parameter 'output_white_point_x' [-Wunused-parameter]\\n 1613 | uint32_t output_white_point_x, uint32_t output_white_point_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1613:85: warning: unused parameter 'output_white_point_y' [-Wunused-parameter]\\n 1613 | uint32_t output_white_point_x, uint32_t output_white_point_y,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1614:78: warning: unused parameter 'min_luminance' [-Wunused-parameter]\\n 1614 | uint32_t max_luminance, uint32_t min_luminance,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1615:54: warning: unused parameter 'max_full_frame_luminance' [-Wunused-parameter]\\n 1615 | uint32_t max_full_frame_luminance)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1651:96: warning: unused parameter 'wp_color_management_surface_feedback_v1' [-Wunused-parameter]\\n 1651 | struct wp_color_management_surface_feedback_v1 *wp_color_management_surface_feedback_v1,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1652:57: warning: unused parameter 'identity' [-Wunused-parameter]\\n 1652 | uint32_t identity)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1678:43: warning: unused parameter 'window' [-Wunused-parameter]\\n 1678 | bool Wayland_SetWindowHitTest(SDL_Window *window, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1678:56: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 1678 | bool Wayland_SetWindowHitTest(SDL_Window *window, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1703:47: warning: unused parameter '_this' [-Wunused-parameter]\\n 1703 | bool Wayland_SetWindowParent(SDL_VideoDevice *_this, SDL_Window *window, SDL_Window *parent_window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1759:87: warning: unused parameter 'callback_data' [-Wunused-parameter]\\n 1759 | static void show_hide_sync_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1777:74: warning: unused parameter 'zxdg_exported_v2' [-Wunused-parameter]\\n 1777 | static void exported_handle_handler(void *data, struct zxdg_exported_v2 *zxdg_exported_v2, const char *handle)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2060:51: warning: unused parameter '_this' [-Wunused-parameter]\\n 2060 | static void Wayland_ReleasePopup(SDL_VideoDevice *_this, SDL_Window *popup)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2244:89: warning: unused parameter 'operation' [-Wunused-parameter]\\n 2244 | bool Wayland_FlashWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_FlashOperation operation)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2379:50: warning: unused parameter '_this' [-Wunused-parameter]\\n 2379 | void Wayland_SetWindowResizable(SDL_VideoDevice *_this, SDL_Window *window, bool resizable)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2450:46: warning: unused parameter '_this' [-Wunused-parameter]\\n 2450 | void Wayland_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2713:52: warning: unused parameter '_this' [-Wunused-parameter]\\n 2713 | void Wayland_SetWindowMinimumSize(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2719:52: warning: unused parameter '_this' [-Wunused-parameter]\\n 2719 | void Wayland_SetWindowMaximumSize(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2725:49: warning: unused parameter '_this' [-Wunused-parameter]\\n 2725 | bool Wayland_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2758:45: warning: unused parameter '_this' [-Wunused-parameter]\\n 2758 | void Wayland_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2795:53: warning: unused parameter '_this' [-Wunused-parameter]\\n 2795 | void Wayland_GetWindowSizeInPixels(SDL_VideoDevice *_this, SDL_Window *window, int *w, int *h)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2803:54: warning: unused parameter '_this' [-Wunused-parameter]\\n 2803 | float Wayland_GetWindowContentScale(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2814:60: warning: unused parameter '_this' [-Wunused-parameter]\\n 2814 | SDL_DisplayID Wayland_GetDisplayForWindow(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2825:48: warning: unused parameter '_this' [-Wunused-parameter]\\n 2825 | bool Wayland_SetWindowOpacity(SDL_VideoDevice *_this, SDL_Window *window, float opacity)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2839:46: warning: unused parameter '_this' [-Wunused-parameter]\\n 2839 | void Wayland_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2943:52: warning: unused parameter '_this' [-Wunused-parameter]\\n 2943 | void *Wayland_GetWindowICCProfile(SDL_VideoDevice *_this, SDL_Window *window, size_t *size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2974:50: warning: unused parameter '_this' [-Wunused-parameter]\\n 2974 | bool Wayland_SetWindowFocusable(SDL_VideoDevice *_this, SDL_Window *window, bool focusable)\\n | ^\\n62 warnings generated.\\n[382/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/camera/v4l2/SDL_camera_v4l2.c:572:64: warning: comparison of integers of different signs: '__u32' (aka 'unsigned int') and 'const int' [-Wsign-compare]\\n 572 | if ( (setfps.parm.capture.timeperframe.denominator != spec->framerate_numerator) ||\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[383/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1041:47: warning: unused parameter 'haptic' [-Wunused-parameter]\\n 1041 | int SDL_SYS_HapticGetEffectStatus(SDL_Haptic *haptic,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1042:57: warning: unused parameter 'effect' [-Wunused-parameter]\\n 1042 | struct haptic_effect *effect)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1102:38: warning: unused parameter 'haptic' [-Wunused-parameter]\\n 1102 | bool SDL_SYS_HapticPause(SDL_Haptic *haptic)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1110:39: warning: unused parameter 'haptic' [-Wunused-parameter]\\n 1110 | bool SDL_SYS_HapticResume(SDL_Haptic *haptic)\\n | ^\\n4 warnings generated.\\n[384/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_system_theme.c:72:61: warning: unused parameter 'conn' [-Wunused-parameter]\\n 72 | static DBusHandlerResult DBus_MessageFilter(DBusConnection *conn, DBusMessage *msg, void *data) {\\n | ^\\n1 warning generated.\\n[385/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o\\n[386/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_udev.c:53:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\\n 53 | *addr = SDL_LoadFunction(_this->udev_handle, fn);\\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_udev.c:318:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 318 | for (int i = 0; i < SDL_arraysize(SDL_UDEV_LIBS); i++) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_udev.c:339:42: warning: unused parameter 'dev' [-Wunused-parameter]\\n 339 | static void get_caps(struct udev_device *dev, struct udev_device *pdev, const char *attr, unsigned long *bitmask, size_t bitmask_len)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_udev.c:357:15: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\\n 357 | if (i < bitmask_len) {\\n | ~ ^ ~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_udev.c:364:11: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\\n 364 | if (i < bitmask_len) {\\n | ~ ^ ~~~~~~~~~~~\\n5 warnings generated.\\n[387/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_fcitx.c:184:61: warning: unused parameter 'conn' [-Wunused-parameter]\\n 184 | static DBusHandlerResult DBus_MessageFilter(DBusConnection *conn, DBusMessage *msg, void *data)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_fcitx.c:231:55: warning: unused parameter 'name' [-Wunused-parameter]\\n 231 | const char *name,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_fcitx.c:232:55: warning: unused parameter 'old_val' [-Wunused-parameter]\\n 232 | const char *old_val,\\n | ^\\n3 warnings generated.\\n[388/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o\\n[389/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev.c:152:49: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 152 | static bool SDL_EVDEV_SetRelativeMouseMode(bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev.c:608:67: warning: unused parameter 'udev_class' [-Wunused-parameter]\\n 608 | static bool SDL_EVDEV_init_keyboard(SDL_evdevlist_item *item, int udev_class)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev.c:625:64: warning: unused parameter 'udev_class' [-Wunused-parameter]\\n 625 | static bool SDL_EVDEV_init_mouse(SDL_evdevlist_item *item, int udev_class)\\n | ^\\n3 warnings generated.\\n[390/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o\\n[391/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_threadprio.c:224:18: warning: comparison of integers of different signs: 'Uint32' (aka 'unsigned int') and 'Sint32' (aka 'int') [-Wsign-compare]\\n 224 | if (priority > rtkit_max_realtime_priority) {\\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[392/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:227:29: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 227 | for (tabidx = 0; tabidx < sizeof(fatal_signals) / sizeof(fatal_signals[0]); ++tabidx) {\\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:292:96: warning: cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\\n 292 | if ((signum == SIGHUP || signum == SIGPIPE) && (old_action_p->sa_handler != SIG_DFL || (void (*)(int))old_action_p->sa_sigaction != SIG_DFL)) {\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:280:29: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 280 | for (tabidx = 0; tabidx < sizeof(fatal_signals) / sizeof(fatal_signals[0]); ++tabidx) {\\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:314:46: warning: unused parameter 'signum' [-Wunused-parameter]\\n 314 | static void kbd_vt_release_signal_action(int signum)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:319:46: warning: unused parameter 'signum' [-Wunused-parameter]\\n 319 | static void kbd_vt_acquire_signal_action(int signum)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:700:48: warning: unused parameter 'kbd' [-Wunused-parameter]\\n 700 | static void k_ignore(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:700:67: warning: unused parameter 'value' [-Wunused-parameter]\\n 700 | static void k_ignore(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:700:79: warning: unused parameter 'up_flag' [-Wunused-parameter]\\n 700 | static void k_ignore(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:717:51: warning: unused parameter 'kbd' [-Wunused-parameter]\\n 717 | static void k_lowercase(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:717:70: warning: unused parameter 'value' [-Wunused-parameter]\\n 717 | static void k_lowercase(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:717:82: warning: unused parameter 'up_flag' [-Wunused-parameter]\\n 717 | static void k_lowercase(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:760:46: warning: unused parameter 'kbd' [-Wunused-parameter]\\n 760 | static void k_cons(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:760:65: warning: unused parameter 'value' [-Wunused-parameter]\\n 760 | static void k_cons(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:760:77: warning: unused parameter 'up_flag' [-Wunused-parameter]\\n 760 | static void k_cons(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:764:44: warning: unused parameter 'kbd' [-Wunused-parameter]\\n 764 | static void k_fn(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:764:63: warning: unused parameter 'value' [-Wunused-parameter]\\n 764 | static void k_fn(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:764:75: warning: unused parameter 'up_flag' [-Wunused-parameter]\\n 764 | static void k_fn(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:768:45: warning: unused parameter 'kbd' [-Wunused-parameter]\\n 768 | static void k_cur(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:768:64: warning: unused parameter 'value' [-Wunused-parameter]\\n 768 | static void k_cur(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:768:76: warning: unused parameter 'up_flag' [-Wunused-parameter]\\n 768 | static void k_cur(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:831:46: warning: unused parameter 'kbd' [-Wunused-parameter]\\n 831 | static void k_meta(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:831:65: warning: unused parameter 'value' [-Wunused-parameter]\\n 831 | static void k_meta(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:831:77: warning: unused parameter 'up_flag' [-Wunused-parameter]\\n 831 | static void k_meta(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:883:45: warning: unused parameter 'kbd' [-Wunused-parameter]\\n 883 | static void k_brl(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:883:64: warning: unused parameter 'value' [-Wunused-parameter]\\n 883 | static void k_brl(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:883:76: warning: unused parameter 'up_flag' [-Wunused-parameter]\\n 883 | static void k_brl(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\\n | ^\\n26 warnings generated.\\n[393/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:29:66: warning: unused parameter 'callback' [-Wunused-parameter]\\n 29 | static void HIDAPI_DriverCombined_RegisterHints(SDL_HintCallback callback, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:29:82: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 29 | static void HIDAPI_DriverCombined_RegisterHints(SDL_HintCallback callback, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:33:68: warning: unused parameter 'callback' [-Wunused-parameter]\\n 33 | static void HIDAPI_DriverCombined_UnregisterHints(SDL_HintCallback callback, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:33:84: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 33 | static void HIDAPI_DriverCombined_UnregisterHints(SDL_HintCallback callback, void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:92: warning: unused parameter 'name' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:114: warning: unused parameter 'type' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:127: warning: unused parameter 'vendor_id' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:145: warning: unused parameter 'product_id' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:164: warning: unused parameter 'version' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:177: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:199: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:220: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:244: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:53:74: warning: unused parameter 'device' [-Wunused-parameter]\\n 53 | static int HIDAPI_DriverCombined_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:53:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 53 | static int HIDAPI_DriverCombined_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:58:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 58 | static void HIDAPI_DriverCombined_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:58:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 58 | static void HIDAPI_DriverCombined_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:58:115: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 58 | static void HIDAPI_DriverCombined_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:95: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:117: warning: unused parameter 'data' [-Wunused-parameter]\\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:127: warning: unused parameter 'size' [-Wunused-parameter]\\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:210:65: warning: unused parameter 'device' [-Wunused-parameter]\\n 210 | static void HIDAPI_DriverCombined_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n24 warnings generated.\\n[394/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:92: warning: unused parameter 'name' [-Wunused-parameter]\\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:114: warning: unused parameter 'type' [-Wunused-parameter]\\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:164: warning: unused parameter 'version' [-Wunused-parameter]\\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:177: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:199: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:220: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:244: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:96:92: warning: unused parameter 'name' [-Wunused-parameter]\\n 96 | static void SDLCALL SDL_JoystickGameCubeRumbleBrakeHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:96:110: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 96 | static void SDLCALL SDL_JoystickGameCubeRumbleBrakeHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:198:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 198 | static void HIDAPI_DriverGameCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:198:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 198 | static void HIDAPI_DriverGameCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:198:115: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 198 | static void HIDAPI_DriverGameCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:202:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 202 | static void HIDAPI_DriverGameCube_HandleJoystickPacket(SDL_HIDAPI_Device *device, SDL_DriverGameCube_Context *ctx, const Uint8 *packet, bool invert_c_stick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:77: warning: unused parameter 'device' [-Wunused-parameter]\\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:99: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:116: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:136: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:69: warning: unused parameter 'device' [-Wunused-parameter]\\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:91: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:107: warning: unused parameter 'red' [-Wunused-parameter]\\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:118: warning: unused parameter 'green' [-Wunused-parameter]\\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:131: warning: unused parameter 'blue' [-Wunused-parameter]\\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:95: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:117: warning: unused parameter 'data' [-Wunused-parameter]\\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:127: warning: unused parameter 'size' [-Wunused-parameter]\\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:484:80: warning: unused parameter 'device' [-Wunused-parameter]\\n 484 | static bool HIDAPI_DriverGameCube_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:484:102: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 484 | static bool HIDAPI_DriverGameCube_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:484:117: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 484 | static bool HIDAPI_DriverGameCube_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:489:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 489 | static void HIDAPI_DriverGameCube_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n31 warnings generated.\\n[395/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:68: warning: unused parameter 'device' [-Wunused-parameter]\\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:88: warning: unused parameter 'name' [-Wunused-parameter]\\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:110: warning: unused parameter 'type' [-Wunused-parameter]\\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:160: warning: unused parameter 'version' [-Wunused-parameter]\\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:173: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:195: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:216: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:240: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:85:70: warning: unused parameter 'device' [-Wunused-parameter]\\n 85 | static int HIDAPI_DriverLuna_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:85:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 85 | static int HIDAPI_DriverLuna_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:90:71: warning: unused parameter 'device' [-Wunused-parameter]\\n 90 | static void HIDAPI_DriverLuna_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:90:94: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 90 | static void HIDAPI_DriverLuna_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:90:111: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 90 | static void HIDAPI_DriverLuna_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:110:87: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 110 | static bool HIDAPI_DriverLuna_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:95: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:112: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:132: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:138:98: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 138 | static Uint32 HIDAPI_DriverLuna_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:65: warning: unused parameter 'device' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:87: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:103: warning: unused parameter 'red' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:114: warning: unused parameter 'green' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:127: warning: unused parameter 'blue' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:69: warning: unused parameter 'device' [-Wunused-parameter]\\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:91: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:113: warning: unused parameter 'data' [-Wunused-parameter]\\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:123: warning: unused parameter 'size' [-Wunused-parameter]\\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:161:76: warning: unused parameter 'device' [-Wunused-parameter]\\n 161 | static bool HIDAPI_DriverLuna_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:161:98: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 161 | static bool HIDAPI_DriverLuna_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:161:113: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 161 | static bool HIDAPI_DriverLuna_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:246:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 246 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:348:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 348 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:389:64: warning: unused parameter 'device' [-Wunused-parameter]\\n 389 | static void HIDAPI_DriverLuna_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:389:86: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 389 | static void HIDAPI_DriverLuna_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:393:61: warning: unused parameter 'device' [-Wunused-parameter]\\n 393 | static void HIDAPI_DriverLuna_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n36 warnings generated.\\n[396/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ibus.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_ibus.c:94:47: warning: unused parameter 'conn' [-Wunused-parameter]\\n 94 | static bool IBus_EnterVariant(DBusConnection *conn, DBusMessageIter *iter, SDL_DBusContext *dbus,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_ibus.c:206:54: warning: unused parameter 'conn' [-Wunused-parameter]\\n 206 | static bool IBus_GetVariantCursorPos(DBusConnection *conn, DBusMessageIter *iter, SDL_DBusContext *dbus,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_ibus.c:406:48: warning: unused parameter 'data' [-Wunused-parameter]\\n 406 | static void SDLCALL IBus_SetCapabilities(void *data, const char *name, const char *old_val,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_ibus.c:406:66: warning: unused parameter 'name' [-Wunused-parameter]\\n 406 | static void SDLCALL IBus_SetCapabilities(void *data, const char *name, const char *old_val,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/core/linux/SDL_ibus.c:406:84: warning: unused parameter 'old_val' [-Wunused-parameter]\\n 406 | static void SDLCALL IBus_SetCapabilities(void *data, const char *name, const char *old_val,\\n | ^\\n5 warnings generated.\\n[397/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_rumble.c:211:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 211 | if (size > sizeof(request->data)) {\\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~\\n1 warning generated.\\n[398/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:67: warning: unused parameter 'device' [-Wunused-parameter]\\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:87: warning: unused parameter 'name' [-Wunused-parameter]\\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:109: warning: unused parameter 'type' [-Wunused-parameter]\\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:159: warning: unused parameter 'version' [-Wunused-parameter]\\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:224:69: warning: unused parameter 'device' [-Wunused-parameter]\\n 224 | static int HIDAPI_DriverPS3_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:224:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 224 | static int HIDAPI_DriverPS3_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:251:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 251 | static void HIDAPI_DriverPS3_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:293:86: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 293 | static bool HIDAPI_DriverPS3_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:94: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:308:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 308 | static Uint32 HIDAPI_DriverPS3_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:308:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 308 | static Uint32 HIDAPI_DriverPS3_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:64: warning: unused parameter 'device' [-Wunused-parameter]\\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:86: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:102: warning: unused parameter 'red' [-Wunused-parameter]\\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:113: warning: unused parameter 'green' [-Wunused-parameter]\\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:126: warning: unused parameter 'blue' [-Wunused-parameter]\\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:318:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 318 | static bool HIDAPI_DriverPS3_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:336:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 336 | static bool HIDAPI_DriverPS3_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:417:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 417 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:517:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 517 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:582:85: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 582 | static void HIDAPI_DriverPS3_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:589:60: warning: unused parameter 'device' [-Wunused-parameter]\\n 589 | static void HIDAPI_DriverPS3_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:97: warning: unused parameter 'name' [-Wunused-parameter]\\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:169: warning: unused parameter 'version' [-Wunused-parameter]\\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:182: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:204: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:225: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:249: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:677:79: warning: unused parameter 'device' [-Wunused-parameter]\\n 677 | static int HIDAPI_DriverPS3ThirdParty_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:677:102: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 677 | static int HIDAPI_DriverPS3ThirdParty_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:682:80: warning: unused parameter 'device' [-Wunused-parameter]\\n 682 | static void HIDAPI_DriverPS3ThirdParty_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:682:103: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 682 | static void HIDAPI_DriverPS3ThirdParty_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:682:120: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 682 | static void HIDAPI_DriverPS3ThirdParty_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:74: warning: unused parameter 'device' [-Wunused-parameter]\\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:96: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:113: warning: unused parameter 'low_frequency_rumble' [-Wunused-parameter]\\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:142: warning: unused parameter 'high_frequency_rumble' [-Wunused-parameter]\\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:82: warning: unused parameter 'device' [-Wunused-parameter]\\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:104: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:121: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:141: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:721:85: warning: unused parameter 'device' [-Wunused-parameter]\\n 721 | static Uint32 HIDAPI_DriverPS3ThirdParty_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:721:107: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 721 | static Uint32 HIDAPI_DriverPS3ThirdParty_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:74: warning: unused parameter 'device' [-Wunused-parameter]\\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:96: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:112: warning: unused parameter 'red' [-Wunused-parameter]\\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:123: warning: unused parameter 'green' [-Wunused-parameter]\\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:136: warning: unused parameter 'blue' [-Wunused-parameter]\\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:78: warning: unused parameter 'device' [-Wunused-parameter]\\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:100: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:122: warning: unused parameter 'effect' [-Wunused-parameter]\\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:134: warning: unused parameter 'size' [-Wunused-parameter]\\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:736:85: warning: unused parameter 'device' [-Wunused-parameter]\\n 736 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:736:107: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 736 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:736:122: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 736 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:842:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 842 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:976:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 976 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1019:95: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1019 | static void HIDAPI_DriverPS3ThirdParty_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1026:70: warning: unused parameter 'device' [-Wunused-parameter]\\n 1026 | static void HIDAPI_DriverPS3ThirdParty_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:78: warning: unused parameter 'device' [-Wunused-parameter]\\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:98: warning: unused parameter 'name' [-Wunused-parameter]\\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:120: warning: unused parameter 'type' [-Wunused-parameter]\\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:170: warning: unused parameter 'version' [-Wunused-parameter]\\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:183: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:205: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:226: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:250: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1122:80: warning: unused parameter 'device' [-Wunused-parameter]\\n 1122 | static int HIDAPI_DriverPS3SonySixaxis_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1122:103: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 1122 | static int HIDAPI_DriverPS3SonySixaxis_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1127:104: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 1127 | static void HIDAPI_DriverPS3SonySixaxis_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1169:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1169 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:83: warning: unused parameter 'device' [-Wunused-parameter]\\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:105: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:122: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:142: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1184:86: warning: unused parameter 'device' [-Wunused-parameter]\\n 1184 | static Uint32 HIDAPI_DriverPS3SonySixaxis_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1184:108: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1184 | static Uint32 HIDAPI_DriverPS3SonySixaxis_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:113: warning: unused parameter 'red' [-Wunused-parameter]\\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:124: warning: unused parameter 'green' [-Wunused-parameter]\\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:137: warning: unused parameter 'blue' [-Wunused-parameter]\\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1194:101: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1194 | static bool HIDAPI_DriverPS3SonySixaxis_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1213:108: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1213 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1319:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1319 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1372:96: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1372 | static void HIDAPI_DriverPS3SonySixaxis_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1379:71: warning: unused parameter 'device' [-Wunused-parameter]\\n 1379 | static void HIDAPI_DriverPS3SonySixaxis_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n94 warnings generated.\\n[399/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:70: warning: unused parameter 'device' [-Wunused-parameter]\\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:90: warning: unused parameter 'name' [-Wunused-parameter]\\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:112: warning: unused parameter 'type' [-Wunused-parameter]\\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:162: warning: unused parameter 'version' [-Wunused-parameter]\\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:175: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:197: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:218: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:242: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:130:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 130 | static int HIDAPI_DriverShield_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:130:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 130 | static int HIDAPI_DriverShield_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:135:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 135 | static void HIDAPI_DriverShield_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:135:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 135 | static void HIDAPI_DriverShield_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:135:113: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 135 | static void HIDAPI_DriverShield_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:144:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 144 | if (size > sizeof(cmd_pkt.payload)) {\\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:224:89: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 224 | static bool HIDAPI_DriverShield_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:114: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:134: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:259:78: warning: unused parameter 'device' [-Wunused-parameter]\\n 259 | static Uint32 HIDAPI_DriverShield_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:259:100: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 259 | static Uint32 HIDAPI_DriverShield_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:67: warning: unused parameter 'device' [-Wunused-parameter]\\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:89: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:105: warning: unused parameter 'red' [-Wunused-parameter]\\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:116: warning: unused parameter 'green' [-Wunused-parameter]\\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:129: warning: unused parameter 'blue' [-Wunused-parameter]\\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:269:93: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 269 | static bool HIDAPI_DriverShield_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:284:78: warning: unused parameter 'device' [-Wunused-parameter]\\n 284 | static bool HIDAPI_DriverShield_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:284:100: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 284 | static bool HIDAPI_DriverShield_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:284:115: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 284 | static bool HIDAPI_DriverShield_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:358:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 358 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:364:105: warning: unused parameter 'ctx' [-Wunused-parameter]\\n 364 | static void HIDAPI_DriverShield_HandleTouchPacketV103(SDL_Joystick *joystick, SDL_DriverShield_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:364:133: warning: unused parameter 'size' [-Wunused-parameter]\\n 364 | static void HIDAPI_DriverShield_HandleTouchPacketV103(SDL_Joystick *joystick, SDL_DriverShield_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:453:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 453 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:546:66: warning: unused parameter 'device' [-Wunused-parameter]\\n 546 | static void HIDAPI_DriverShield_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:546:88: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 546 | static void HIDAPI_DriverShield_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:550:63: warning: unused parameter 'device' [-Wunused-parameter]\\n 550 | static void HIDAPI_DriverShield_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n37 warnings generated.\\n[400/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:87: warning: unused parameter 'name' [-Wunused-parameter]\\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:159: warning: unused parameter 'version' [-Wunused-parameter]\\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:550:69: warning: unused parameter 'device' [-Wunused-parameter]\\n 550 | static int HIDAPI_DriverPS5_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:550:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 550 | static int HIDAPI_DriverPS5_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:882:79: warning: unused parameter 'name' [-Wunused-parameter]\\n 882 | static void SDLCALL SDL_PS5EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:882:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 882 | static void SDLCALL SDL_PS5EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:899:77: warning: unused parameter 'name' [-Wunused-parameter]\\n 899 | static void SDLCALL SDL_PS5PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:899:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 899 | static void SDLCALL SDL_PS5PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:911:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 911 | static void HIDAPI_DriverPS5_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:966:86: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 966 | static bool HIDAPI_DriverPS5_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:94: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:989:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 989 | static Uint32 HIDAPI_DriverPS5_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1009:86: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1009 | static bool HIDAPI_DriverPS5_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1100:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1100 | static bool HIDAPI_DriverPS5_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1107:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1107 | static bool HIDAPI_DriverPS5_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1125:94: warning: unused parameter 'dev' [-Wunused-parameter]\\n 1125 | static void HIDAPI_DriverPS5_HandleSimpleStatePacket(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverPS5_Context *ctx, PS5SimpleStatePacket_t *packet, Uint64 timestamp)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1217:94: warning: unused parameter 'dev' [-Wunused-parameter]\\n 1217 | static void HIDAPI_DriverPS5_HandleStatePacketCommon(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverPS5_Context *ctx, PS5StatePacketCommon_t *packet, Uint64 timestamp)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1455:42: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1455 | if (ctx->is_nacon_dongle && size >= (1 + sizeof(PS5StatePacketAlt_t))) {\\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1584:85: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1584 | static void HIDAPI_DriverPS5_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1601:60: warning: unused parameter 'device' [-Wunused-parameter]\\n 1601 | static void HIDAPI_DriverPS5_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n27 warnings generated.\\n[401/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:70: warning: unused parameter 'device' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:90: warning: unused parameter 'name' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:112: warning: unused parameter 'type' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:162: warning: unused parameter 'version' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:175: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:197: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:218: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:242: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:91:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 91 | static int HIDAPI_DriverStadia_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:91:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 91 | static int HIDAPI_DriverStadia_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:96:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 96 | static void HIDAPI_DriverStadia_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:96:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 96 | static void HIDAPI_DriverStadia_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:96:113: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 96 | static void HIDAPI_DriverStadia_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:116:89: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 116 | static bool HIDAPI_DriverStadia_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:114: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:134: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:143:100: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 143 | static Uint32 HIDAPI_DriverStadia_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:67: warning: unused parameter 'device' [-Wunused-parameter]\\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:89: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:105: warning: unused parameter 'red' [-Wunused-parameter]\\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:116: warning: unused parameter 'green' [-Wunused-parameter]\\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:129: warning: unused parameter 'blue' [-Wunused-parameter]\\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:71: warning: unused parameter 'device' [-Wunused-parameter]\\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:93: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:115: warning: unused parameter 'data' [-Wunused-parameter]\\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:125: warning: unused parameter 'size' [-Wunused-parameter]\\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:164:78: warning: unused parameter 'device' [-Wunused-parameter]\\n 164 | static bool HIDAPI_DriverStadia_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:164:100: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 164 | static bool HIDAPI_DriverStadia_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:164:115: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 164 | static bool HIDAPI_DriverStadia_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:258:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 258 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:292:66: warning: unused parameter 'device' [-Wunused-parameter]\\n 292 | static void HIDAPI_DriverStadia_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:292:88: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 292 | static void HIDAPI_DriverStadia_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:296:63: warning: unused parameter 'device' [-Wunused-parameter]\\n 296 | static void HIDAPI_DriverStadia_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n35 warnings generated.\\n[402/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:87: warning: unused parameter 'name' [-Wunused-parameter]\\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:159: warning: unused parameter 'version' [-Wunused-parameter]\\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:457:69: warning: unused parameter 'device' [-Wunused-parameter]\\n 457 | static int HIDAPI_DriverPS4_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:457:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 457 | static int HIDAPI_DriverPS4_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:617:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 617 | for (i = 0; i < SDL_arraysize(ctx->calibration); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:624:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 624 | for (i = 0; i < SDL_arraysize(ctx->calibration); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:776:79: warning: unused parameter 'name' [-Wunused-parameter]\\n 776 | static void SDLCALL SDL_PS4EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:776:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 776 | static void SDLCALL SDL_PS4EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:793:82: warning: unused parameter 'name' [-Wunused-parameter]\\n 793 | static void SDLCALL SDL_PS4ReportIntervalHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:793:100: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 793 | static void SDLCALL SDL_PS4ReportIntervalHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:824:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 824 | static void HIDAPI_DriverPS4_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:872:86: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 872 | static bool HIDAPI_DriverPS4_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:94: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:891:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 891 | static Uint32 HIDAPI_DriverPS4_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:908:86: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 908 | static bool HIDAPI_DriverPS4_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:979:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 979 | static bool HIDAPI_DriverPS4_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:986:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 986 | static bool HIDAPI_DriverPS4_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1004:88: warning: unused parameter 'dev' [-Wunused-parameter]\\n 1004 | static void HIDAPI_DriverPS4_HandleStatePacket(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverPS4_Context *ctx, PS4StatePacket_t *packet, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1190:42: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1190 | if (ctx->is_nacon_dongle && size >= (1 + sizeof(PS4StatePacket_t))) {\\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1346:85: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1346 | static void HIDAPI_DriverPS4_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1362:60: warning: unused parameter 'device' [-Wunused-parameter]\\n 1362 | static void HIDAPI_DriverPS4_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n28 warnings generated.\\n[403/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:257:24: warning: unused parameter 'device' [-Wunused-parameter]\\n 257 | SDL_HIDAPI_Device *device,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:258:17: warning: unused parameter 'name' [-Wunused-parameter]\\n 258 | const char *name,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:259:21: warning: unused parameter 'type' [-Wunused-parameter]\\n 259 | SDL_GamepadType type,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:262:12: warning: unused parameter 'version' [-Wunused-parameter]\\n 262 | Uint16 version,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:263:9: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 263 | int interface_number,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:264:9: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 264 | int interface_class,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:265:9: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 265 | int interface_subclass,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:266:9: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 266 | int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:302:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 302 | static int HIDAPI_DriverSteamDeck_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:302:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 302 | static int HIDAPI_DriverSteamDeck_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:307:76: warning: unused parameter 'device' [-Wunused-parameter]\\n 307 | static void HIDAPI_DriverSteamDeck_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:307:99: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 307 | static void HIDAPI_DriverSteamDeck_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:307:116: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 307 | static void HIDAPI_DriverSteamDeck_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:372:92: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 372 | static bool HIDAPI_DriverSteamDeck_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:78: warning: unused parameter 'device' [-Wunused-parameter]\\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:100: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:117: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:137: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:397:81: warning: unused parameter 'device' [-Wunused-parameter]\\n 397 | static Uint32 HIDAPI_DriverSteamDeck_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:397:103: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 397 | static Uint32 HIDAPI_DriverSteamDeck_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:70: warning: unused parameter 'device' [-Wunused-parameter]\\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:92: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:108: warning: unused parameter 'red' [-Wunused-parameter]\\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:119: warning: unused parameter 'green' [-Wunused-parameter]\\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:132: warning: unused parameter 'blue' [-Wunused-parameter]\\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:74: warning: unused parameter 'device' [-Wunused-parameter]\\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:96: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:118: warning: unused parameter 'data' [-Wunused-parameter]\\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:128: warning: unused parameter 'size' [-Wunused-parameter]\\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:412:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 412 | static bool HIDAPI_DriverSteamDeck_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:412:95: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 412 | static bool HIDAPI_DriverSteamDeck_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:412:110: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 412 | static bool HIDAPI_DriverSteamDeck_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:418:69: warning: unused parameter 'device' [-Wunused-parameter]\\n 418 | static void HIDAPI_DriverSteamDeck_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:418:91: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 418 | static void HIDAPI_DriverSteamDeck_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:423:66: warning: unused parameter 'device' [-Wunused-parameter]\\n 423 | static void HIDAPI_DriverSteamDeck_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n35 warnings generated.\\n[404/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:93: warning: unused parameter 'name' [-Wunused-parameter]\\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:115: warning: unused parameter 'type' [-Wunused-parameter]\\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:165: warning: unused parameter 'version' [-Wunused-parameter]\\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:178: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:200: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:221: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:245: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:97:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 97 | static int HIDAPI_DriverSteamHori_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:97:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 97 | static int HIDAPI_DriverSteamHori_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:102:76: warning: unused parameter 'device' [-Wunused-parameter]\\n 102 | static void HIDAPI_DriverSteamHori_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:102:99: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 102 | static void HIDAPI_DriverSteamHori_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:102:116: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 102 | static void HIDAPI_DriverSteamHori_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:70: warning: unused parameter 'device' [-Wunused-parameter]\\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:92: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:109: warning: unused parameter 'low_frequency_rumble' [-Wunused-parameter]\\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:138: warning: unused parameter 'high_frequency_rumble' [-Wunused-parameter]\\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:78: warning: unused parameter 'device' [-Wunused-parameter]\\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:100: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:117: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:137: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:146:81: warning: unused parameter 'device' [-Wunused-parameter]\\n 146 | static Uint32 HIDAPI_DriverSteamHori_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:146:103: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 146 | static Uint32 HIDAPI_DriverSteamHori_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:70: warning: unused parameter 'device' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:92: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:108: warning: unused parameter 'red' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:119: warning: unused parameter 'green' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:132: warning: unused parameter 'blue' [-Wunused-parameter]\\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:74: warning: unused parameter 'device' [-Wunused-parameter]\\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:96: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:118: warning: unused parameter 'data' [-Wunused-parameter]\\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:128: warning: unused parameter 'size' [-Wunused-parameter]\\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:161:81: warning: unused parameter 'device' [-Wunused-parameter]\\n 161 | static bool HIDAPI_DriverSteamHori_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:161:103: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 161 | static bool HIDAPI_DriverSteamHori_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:161:118: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 161 | static bool HIDAPI_DriverSteamHori_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:349:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 349 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:383:69: warning: unused parameter 'device' [-Wunused-parameter]\\n 383 | static void HIDAPI_DriverSteamHori_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:383:91: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 383 | static void HIDAPI_DriverSteamHori_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:387:66: warning: unused parameter 'device' [-Wunused-parameter]\\n 387 | static void HIDAPI_DriverSteamHori_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n39 warnings generated.\\n[405/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:71: warning: unused parameter 'device' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:91: warning: unused parameter 'name' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:163: warning: unused parameter 'version' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:198: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:219: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:119:74: warning: unused parameter 'name' [-Wunused-parameter]\\n 119 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:119:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 119 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:156:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 156 | static int HIDAPI_DriverXbox360_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:156:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 156 | static int HIDAPI_DriverXbox360_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:161:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 161 | static void HIDAPI_DriverXbox360_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:199:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 199 | static bool HIDAPI_DriverXbox360_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:76: warning: unused parameter 'device' [-Wunused-parameter]\\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:98: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:115: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:135: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:217:101: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 217 | static Uint32 HIDAPI_DriverXbox360_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:68: warning: unused parameter 'device' [-Wunused-parameter]\\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:106: warning: unused parameter 'red' [-Wunused-parameter]\\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:117: warning: unused parameter 'green' [-Wunused-parameter]\\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:130: warning: unused parameter 'blue' [-Wunused-parameter]\\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:94: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:116: warning: unused parameter 'data' [-Wunused-parameter]\\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:126: warning: unused parameter 'size' [-Wunused-parameter]\\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:238:79: warning: unused parameter 'device' [-Wunused-parameter]\\n 238 | static bool HIDAPI_DriverXbox360_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:238:101: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 238 | static bool HIDAPI_DriverXbox360_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:238:116: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 238 | static bool HIDAPI_DriverXbox360_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:341:89: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 341 | static void HIDAPI_DriverXbox360_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:351:64: warning: unused parameter 'device' [-Wunused-parameter]\\n 351 | static void HIDAPI_DriverXbox360_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n30 warnings generated.\\n[406/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:465:72: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\\n 465 | printf(\\\"GET_ATTRIBUTES_VALUES failed for controller %p\\\\n\\\", dev);\\n | ~~ ^~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:476:78: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\\n 476 | printf(\\\"Bad GET_ATTRIBUTES_VALUES response for controller %p\\\\n\\\", dev);\\n | ~~ ^~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:484:78: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\\n 484 | printf(\\\"Bad GET_ATTRIBUTES_VALUES response for controller %p\\\\n\\\", dev);\\n | ~~ ^~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:518:73: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\\n 518 | printf(\\\"CLEAR_DIGITAL_MAPPINGS failed for controller %p\\\\n\\\", dev);\\n | ~~ ^~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:530:72: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\\n 530 | printf(\\\"LOAD_DEFAULT_SETTINGS failed for controller %p\\\\n\\\", dev);\\n | ~~ ^~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:560:63: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\\n 560 | printf(\\\"SET_SETTINGS failed for controller %p\\\\n\\\", dev);\\n | ~~ ^~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:837:69: warning: unused parameter 'nDataSize' [-Wunused-parameter]\\n 837 | static bool UpdateBLESteamControllerState(const uint8_t *pData, int nDataSize, SteamControllerStateInternal_t *pState)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:89: warning: unused parameter 'name' [-Wunused-parameter]\\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:111: warning: unused parameter 'type' [-Wunused-parameter]\\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:161: warning: unused parameter 'version' [-Wunused-parameter]\\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:196: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:217: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:241: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1102:79: warning: unused parameter 'name' [-Wunused-parameter]\\n 1102 | static void SDLCALL SDL_PairingEnabledHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1102:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 1102 | static void SDLCALL SDL_PairingEnabledHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1183:71: warning: unused parameter 'device' [-Wunused-parameter]\\n 1183 | static int HIDAPI_DriverSteam_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1183:94: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 1183 | static int HIDAPI_DriverSteam_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1188:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 1188 | static void HIDAPI_DriverSteam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1188:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 1188 | static void HIDAPI_DriverSteam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1188:112: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 1188 | static void HIDAPI_DriverSteam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1207:72: warning: unused parameter 'name' [-Wunused-parameter]\\n 1207 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1207:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 1207 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:66: warning: unused parameter 'device' [-Wunused-parameter]\\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:88: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:105: warning: unused parameter 'low_frequency_rumble' [-Wunused-parameter]\\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:134: warning: unused parameter 'high_frequency_rumble' [-Wunused-parameter]\\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:74: warning: unused parameter 'device' [-Wunused-parameter]\\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:96: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:113: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:133: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1279:77: warning: unused parameter 'device' [-Wunused-parameter]\\n 1279 | static Uint32 HIDAPI_DriverSteam_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1279:99: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1279 | static Uint32 HIDAPI_DriverSteam_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:66: warning: unused parameter 'device' [-Wunused-parameter]\\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:88: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:104: warning: unused parameter 'red' [-Wunused-parameter]\\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:115: warning: unused parameter 'green' [-Wunused-parameter]\\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:128: warning: unused parameter 'blue' [-Wunused-parameter]\\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1291:92: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1291 | static bool HIDAPI_DriverSteam_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1302:91: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1302 | static bool HIDAPI_DriverSteam_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1488:87: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1488 | static void HIDAPI_DriverSteam_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n40 warnings generated.\\n[407/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:92: warning: unused parameter 'name' [-Wunused-parameter]\\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:164: warning: unused parameter 'version' [-Wunused-parameter]\\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:177: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:199: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:220: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:97:74: warning: unused parameter 'name' [-Wunused-parameter]\\n 97 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:97:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 97 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:143:74: warning: unused parameter 'device' [-Wunused-parameter]\\n 143 | static int HIDAPI_DriverXbox360W_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:143:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 143 | static int HIDAPI_DriverXbox360W_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:148:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 148 | static void HIDAPI_DriverXbox360W_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:186:91: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 186 | static bool HIDAPI_DriverXbox360W_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:77: warning: unused parameter 'device' [-Wunused-parameter]\\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:99: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:116: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:136: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:204:102: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 204 | static Uint32 HIDAPI_DriverXbox360W_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:69: warning: unused parameter 'device' [-Wunused-parameter]\\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:91: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:107: warning: unused parameter 'red' [-Wunused-parameter]\\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:118: warning: unused parameter 'green' [-Wunused-parameter]\\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:131: warning: unused parameter 'blue' [-Wunused-parameter]\\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:95: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:117: warning: unused parameter 'data' [-Wunused-parameter]\\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:127: warning: unused parameter 'size' [-Wunused-parameter]\\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:225:80: warning: unused parameter 'device' [-Wunused-parameter]\\n 225 | static bool HIDAPI_DriverXbox360W_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:225:102: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 225 | static bool HIDAPI_DriverXbox360W_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:225:117: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 225 | static bool HIDAPI_DriverXbox360W_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:230:93: warning: unused parameter 'dev' [-Wunused-parameter]\\n 230 | static void HIDAPI_DriverXbox360W_HandleStatePacket(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverXbox360W_Context *ctx, Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:288:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 288 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:352:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 352 | static void HIDAPI_DriverXbox360W_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:360:65: warning: unused parameter 'device' [-Wunused-parameter]\\n 360 | static void HIDAPI_DriverXbox360W_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n33 warnings generated.\\n[408/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:67: warning: unused parameter 'device' [-Wunused-parameter]\\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:87: warning: unused parameter 'name' [-Wunused-parameter]\\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:109: warning: unused parameter 'type' [-Wunused-parameter]\\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:159: warning: unused parameter 'version' [-Wunused-parameter]\\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:457:63: warning: unused parameter 'ctx' [-Wunused-parameter]\\n 457 | static void ActivateMotionPlusWithMode(SDL_DriverWii_Context *ctx, Uint8 mode)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:457:74: warning: unused parameter 'mode' [-Wunused-parameter]\\n 457 | static void ActivateMotionPlusWithMode(SDL_DriverWii_Context *ctx, Uint8 mode)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:665:74: warning: unused parameter 'name' [-Wunused-parameter]\\n 665 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:665:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 665 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:755:69: warning: unused parameter 'device' [-Wunused-parameter]\\n 755 | static int HIDAPI_DriverWii_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:755:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 755 | static int HIDAPI_DriverWii_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:760:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 760 | static void HIDAPI_DriverWii_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:823:86: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 823 | static bool HIDAPI_DriverWii_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:94: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:845:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 845 | static Uint32 HIDAPI_DriverWii_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:845:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 845 | static Uint32 HIDAPI_DriverWii_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:64: warning: unused parameter 'device' [-Wunused-parameter]\\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:86: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:102: warning: unused parameter 'red' [-Wunused-parameter]\\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:113: warning: unused parameter 'green' [-Wunused-parameter]\\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:126: warning: unused parameter 'blue' [-Wunused-parameter]\\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:68: warning: unused parameter 'device' [-Wunused-parameter]\\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:112: warning: unused parameter 'data' [-Wunused-parameter]\\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:122: warning: unused parameter 'size' [-Wunused-parameter]\\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:860:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 860 | static bool HIDAPI_DriverWii_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:1334:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1334 | if (size > sizeof(dst->rgucExtension)) {\\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:1579:85: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1579 | static void HIDAPI_DriverWii_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:1589:60: warning: unused parameter 'device' [-Wunused-parameter]\\n 1589 | static void HIDAPI_DriverWii_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n35 warnings generated.\\n[409/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:158:65: warning: unused parameter 'product_id' [-Wunused-parameter]\\n 158 | static bool ControllerHasTriggerRumble(Uint16 vendor_id, Uint16 product_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:204:72: warning: unused parameter 'name' [-Wunused-parameter]\\n 204 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:204:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 204 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:71: warning: unused parameter 'device' [-Wunused-parameter]\\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:91: warning: unused parameter 'name' [-Wunused-parameter]\\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:126: warning: unused parameter 'vendor_id' [-Wunused-parameter]\\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:144: warning: unused parameter 'product_id' [-Wunused-parameter]\\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:163: warning: unused parameter 'version' [-Wunused-parameter]\\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:176: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:198: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:219: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:243: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:402:73: warning: unused parameter 'device' [-Wunused-parameter]\\n 402 | static int HIDAPI_DriverXboxOne_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:402:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 402 | static int HIDAPI_DriverXboxOne_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:407:74: warning: unused parameter 'device' [-Wunused-parameter]\\n 407 | static void HIDAPI_DriverXboxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:407:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 407 | static void HIDAPI_DriverXboxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:407:114: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 407 | static void HIDAPI_DriverXboxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:508:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 508 | static bool HIDAPI_DriverXboxOne_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:520:98: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 520 | static bool HIDAPI_DriverXboxOne_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:536:101: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 536 | static Uint32 HIDAPI_DriverXboxOne_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:553:90: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 553 | static bool HIDAPI_DriverXboxOne_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:94: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:116: warning: unused parameter 'data' [-Wunused-parameter]\\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:126: warning: unused parameter 'size' [-Wunused-parameter]\\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:579:79: warning: unused parameter 'device' [-Wunused-parameter]\\n 579 | static bool HIDAPI_DriverXboxOne_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:579:101: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 579 | static bool HIDAPI_DriverXboxOne_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:579:116: warning: unused parameter 'enabled' [-Wunused-parameter]\\n 579 | static bool HIDAPI_DriverXboxOne_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:840:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 840 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:846:98: warning: unused parameter 'data' [-Wunused-parameter]\\n 846 | static void HIDAPI_DriverXboxOne_HandleStatusPacket(SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:846:108: warning: unused parameter 'size' [-Wunused-parameter]\\n 846 | static void HIDAPI_DriverXboxOne_HandleStatusPacket(SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:853:102: warning: unused parameter 'ctx' [-Wunused-parameter]\\n 853 | static void HIDAPI_DriverXboxOne_HandleModePacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:853:130: warning: unused parameter 'size' [-Wunused-parameter]\\n 853 | static void HIDAPI_DriverXboxOne_HandleModePacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:863:156: warning: unused parameter 'size' [-Wunused-parameter]\\n 863 | static void HIDAPI_DriverXboxOneBluetooth_HandleButtons16(Uint64 timestamp, SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1054:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1054 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\\n | ~ ^ ~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1057:140: warning: unused parameter 'size' [-Wunused-parameter]\\n 1057 | static void HIDAPI_DriverXboxOneBluetooth_HandleGuidePacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1065:114: warning: unused parameter 'ctx' [-Wunused-parameter]\\n 1065 | static void HIDAPI_DriverXboxOneBluetooth_HandleBatteryPacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1065:142: warning: unused parameter 'size' [-Wunused-parameter]\\n 1065 | static void HIDAPI_DriverXboxOneBluetooth_HandleBatteryPacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1096:110: warning: unused parameter 'size' [-Wunused-parameter]\\n 1096 | static void HIDAPI_DriverXboxOne_HandleSerialIDPacket(SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1220:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1220 | for (i = 0; i < sizeof(val); i++) {\\n | ~ ^ ~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1239:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1239 | for (i = 0; i < sizeof(val) && i < len; i++) {\\n | ~ ^ ~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1325:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1325 | if (size > sizeof(packet)) {\\n | ~~~~ ^ ~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1636:89: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1636 | static void HIDAPI_DriverXboxOne_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n43 warnings generated.\\n[410/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:725:72: warning: unused parameter 'name' [-Wunused-parameter]\\n 725 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:725:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 725 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:758:74: warning: unused parameter 'name' [-Wunused-parameter]\\n 758 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:758:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 758 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:910:76: warning: unused parameter 'name' [-Wunused-parameter]\\n 910 | static void SDLCALL SDL_EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:910:94: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 910 | static void SDLCALL SDL_EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:79: warning: unused parameter 'device' [-Wunused-parameter]\\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:121: warning: unused parameter 'type' [-Wunused-parameter]\\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:171: warning: unused parameter 'version' [-Wunused-parameter]\\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:184: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:206: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:227: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:251: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:91: warning: unused parameter 'name' [-Wunused-parameter]\\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:113: warning: unused parameter 'type' [-Wunused-parameter]\\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:163: warning: unused parameter 'version' [-Wunused-parameter]\\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:176: warning: unused parameter 'interface_number' [-Wunused-parameter]\\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:198: warning: unused parameter 'interface_class' [-Wunused-parameter]\\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:219: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:243: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1528:72: warning: unused parameter 'device' [-Wunused-parameter]\\n 1528 | static int HIDAPI_DriverSwitch_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1528:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 1528 | static int HIDAPI_DriverSwitch_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1533:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\\n 1533 | static void HIDAPI_DriverSwitch_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1709:89: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1709 | static bool HIDAPI_DriverSwitch_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:75: warning: unused parameter 'device' [-Wunused-parameter]\\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:97: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:114: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:134: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1762:100: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1762 | static Uint32 HIDAPI_DriverSwitch_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:67: warning: unused parameter 'device' [-Wunused-parameter]\\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:89: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:105: warning: unused parameter 'red' [-Wunused-parameter]\\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:116: warning: unused parameter 'green' [-Wunused-parameter]\\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:129: warning: unused parameter 'blue' [-Wunused-parameter]\\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1786:93: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1786 | static bool HIDAPI_DriverSwitch_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1828:100: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1828 | static bool HIDAPI_DriverSwitch_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:2781:88: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 2781 | static void HIDAPI_DriverSwitch_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:2815:63: warning: unused parameter 'device' [-Wunused-parameter]\\n 2815 | static void HIDAPI_DriverSwitch_FreeDevice(SDL_HIDAPI_Device *device)\\n | ^\\n38 warnings generated.\\n[411/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/thread/pthread/SDL_systhread.c:85:47: warning: unused parameter 'pfnBeginThread' [-Wunused-parameter]\\n 85 | SDL_FunctionPointer pfnBeginThread,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/thread/pthread/SDL_systhread.c:86:47: warning: unused parameter 'pfnEndThread' [-Wunused-parameter]\\n 86 | SDL_FunctionPointer pfnEndThread)\\n | ^\\n2 warnings generated.\\n[412/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o\\n[413/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:266:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 266 | for (i = 0; i < SDL_arraysize(SUPPORTED_VENDORS); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:297:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 297 | for (i = 0; i < SDL_arraysize(SUPPORTED_VENDORS); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:316:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 316 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:350:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 350 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:500:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 500 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:519:55: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 519 | static void SDLCALL SDL_HIDAPIDriverHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:519:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 519 | static void SDLCALL SDL_HIDAPIDriverHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:540:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 540 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:589:87: warning: unused parameter 'joystickID' [-Wunused-parameter]\\n 589 | static bool HIDAPI_JoystickInstanceIsUnique(SDL_HIDAPI_Device *device, SDL_JoystickID joystickID)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1627:49: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1627 | static void HIDAPI_JoystickUpdate(SDL_Joystick *joystick)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1689:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\\n 1689 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1705:50: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 1705 | static bool HIDAPI_JoystickGetGamepadMapping(int device_index, SDL_GamepadMapping *out)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1705:84: warning: unused parameter 'out' [-Wunused-parameter]\\n 1705 | static bool HIDAPI_JoystickGetGamepadMapping(int device_index, SDL_GamepadMapping *out)\\n | ^\\n13 warnings generated.\\n[414/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o\\n[415/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o\\n[416/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o\\n[417/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o\\n[418/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o\\n[419/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o\\n[420/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/filesystem/unix/SDL_sysfilesystem.c:217:33: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\\n 217 | if ((rc > 0) && (rc < sizeof(path))) {\\n | ~~ ^ ~~~~~~~~~~~~\\n1 warning generated.\\n[421/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/storage/generic/SDL_genericstorage.c:215:54: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 215 | static Uint64 GENERIC_GetStorageSpaceRemaining(void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/storage/generic/SDL_genericstorage.c:236:81: warning: unused parameter 'props' [-Wunused-parameter]\\n 236 | static SDL_Storage *GENERIC_Title_Create(const char *override, SDL_PropertiesID props)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/storage/generic/SDL_genericstorage.c:284:92: warning: unused parameter 'props' [-Wunused-parameter]\\n 284 | static SDL_Storage *GENERIC_User_Create(const char *org, const char *app, SDL_PropertiesID props)\\n | ^\\n3 warnings generated.\\n[422/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o\\n[423/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:56:38: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 56 | static bool STEAM_StorageReady(void *userdata)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:88:110: warning: comparison of integers of different signs: 'Sint32' (aka 'int') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\\n 88 | if (steam->SteamAPI_ISteamRemoteStorage_FileRead(steamremotestorage, path, destination, (Sint32) length) == length) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:107:106: warning: comparison of integers of different signs: 'Sint32' (aka 'int') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\\n 107 | if (steam->SteamAPI_ISteamRemoteStorage_FileWrite(steamremotestorage, path, source, (Sint32) length) == length) {\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:146:51: warning: unused parameter 'org' [-Wunused-parameter]\\n 146 | static SDL_Storage *STEAM_User_Create(const char *org, const char *app, SDL_PropertiesID props)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:146:68: warning: unused parameter 'app' [-Wunused-parameter]\\n 146 | static SDL_Storage *STEAM_User_Create(const char *org, const char *app, SDL_PropertiesID props)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:146:90: warning: unused parameter 'props' [-Wunused-parameter]\\n 146 | static SDL_Storage *STEAM_User_Create(const char *org, const char *app, SDL_PropertiesID props)\\n | ^\\n6 warnings generated.\\n[424/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o\\n[425/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o\\n[426/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o\\n[427/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o\\n[428/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/dialog/unix/SDL_unixdialog.c:66:34: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 66 | void SDLCALL hint_callback(void *userdata, const char *name, const char *oldValue, const char *newValue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/dialog/unix/SDL_unixdialog.c:66:56: warning: unused parameter 'name' [-Wunused-parameter]\\n 66 | void SDLCALL hint_callback(void *userdata, const char *name, const char *oldValue, const char *newValue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/dialog/unix/SDL_unixdialog.c:66:74: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 66 | void SDLCALL hint_callback(void *userdata, const char *name, const char *oldValue, const char *newValue)\\n | ^\\n3 warnings generated.\\n[429/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o\\n[430/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:50: warning: unused parameter 'vendor_id' [-Wunused-parameter]\\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:68: warning: unused parameter 'product_id' [-Wunused-parameter]\\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:87: warning: unused parameter 'version' [-Wunused-parameter]\\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:108: warning: unused parameter 'name' [-Wunused-parameter]\\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1117:51: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 1117 | static int LINUX_JoystickGetDevicePlayerIndex(int device_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1122:52: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 1122 | static void LINUX_JoystickSetDevicePlayerIndex(int device_index, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1122:70: warning: unused parameter 'player_index' [-Wunused-parameter]\\n 1122 | static void LINUX_JoystickSetDevicePlayerIndex(int device_index, int player_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1654:56: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1654 | static bool LINUX_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1654:73: warning: unused parameter 'left_rumble' [-Wunused-parameter]\\n 1654 | static bool LINUX_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1654:93: warning: unused parameter 'right_rumble' [-Wunused-parameter]\\n 1654 | static bool LINUX_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:48: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:64: warning: unused parameter 'red' [-Wunused-parameter]\\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:75: warning: unused parameter 'green' [-Wunused-parameter]\\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:88: warning: unused parameter 'blue' [-Wunused-parameter]\\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1664:52: warning: unused parameter 'joystick' [-Wunused-parameter]\\n 1664 | static bool LINUX_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1664:74: warning: unused parameter 'data' [-Wunused-parameter]\\n 1664 | static bool LINUX_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1664:84: warning: unused parameter 'size' [-Wunused-parameter]\\n 1664 | static bool LINUX_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size)\\n | ^\\n17 warnings generated.\\n[431/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o\\n[432/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/dialog/unix/SDL_zenitydialog.c:267:23: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\\n 267 | for (int i = 0; i < bytes_read; i++) {\\n | ~ ^ ~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/dialog/unix/SDL_zenitydialog.c:271:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\\n 271 | if (i < bytes_read - 1) {\\n | ~ ^ ~~~~~~~~~~~~~~\\n2 warnings generated.\\n[433/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o\\n[434/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenevents.c:33:44: warning: unused parameter '_this' [-Wunused-parameter]\\n 33 | void OFFSCREEN_PumpEvents(SDL_VideoDevice *_this)\\n | ^\\n1 warning generated.\\n[435/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/process/posix/SDL_posixprocess.c:55:67: warning: unused parameter 'mode' [-Wunused-parameter]\\n 55 | static bool SetupStream(SDL_Process *process, int fd, const char *mode, const char *property)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/process/posix/SDL_posixprocess.c:76:41: warning: cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\\n 76 | if (action.sa_handler == SIG_DFL && (void (*)(int))action.sa_sigaction == SIG_DFL) {\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n2 warnings generated.\\n[436/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:32:61: warning: unused parameter '_this' [-Wunused-parameter]\\n 32 | bool SDL_OFFSCREEN_CreateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, SDL_PixelFormat *format, void **pixels, int *pitch)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:54:61: warning: unused parameter '_this' [-Wunused-parameter]\\n 54 | bool SDL_OFFSCREEN_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:54:104: warning: unused parameter 'rects' [-Wunused-parameter]\\n 54 | bool SDL_OFFSCREEN_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:54:115: warning: unused parameter 'numrects' [-Wunused-parameter]\\n 54 | bool SDL_OFFSCREEN_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:74:62: warning: unused parameter '_this' [-Wunused-parameter]\\n 74 | void SDL_OFFSCREEN_DestroyWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n5 warnings generated.\\n[437/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o\\n[438/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:125:50: warning: unused parameter '_this' [-Wunused-parameter]\\n 125 | static bool OFFSCREEN_VideoInit(SDL_VideoDevice *_this)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:142:55: warning: unused parameter '_this' [-Wunused-parameter]\\n 142 | static bool OFFSCREEN_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL_DisplayMode *mode)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:142:80: warning: unused parameter 'display' [-Wunused-parameter]\\n 142 | static bool OFFSCREEN_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL_DisplayMode *mode)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:142:106: warning: unused parameter 'mode' [-Wunused-parameter]\\n 142 | static bool OFFSCREEN_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL_DisplayMode *mode)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:147:43: warning: unused parameter '_this' [-Wunused-parameter]\\n 147 | void OFFSCREEN_VideoQuit(SDL_VideoDevice *_this)\\n | ^\\n5 warnings generated.\\n[439/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenwindow.c:31:90: warning: unused parameter 'create_props' [-Wunused-parameter]\\n 31 | bool OFFSCREEN_CreateWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_PropertiesID create_props)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenwindow.c:86:47: warning: unused parameter '_this' [-Wunused-parameter]\\n 86 | void OFFSCREEN_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)\\n | ^\\n2 warnings generated.\\n[440/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o\\n[441/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:42:54: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 42 | static const char *SDL_DUMMY_SensorGetDeviceName(int device_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:47:57: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 47 | static SDL_SensorType SDL_DUMMY_SensorGetDeviceType(int device_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:52:57: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 52 | static int SDL_DUMMY_SensorGetDeviceNonPortableType(int device_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:57:61: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 57 | static SDL_SensorID SDL_DUMMY_SensorGetDeviceInstanceID(int device_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:62:46: warning: unused parameter 'sensor' [-Wunused-parameter]\\n 62 | static bool SDL_DUMMY_SensorOpen(SDL_Sensor *sensor, int device_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:62:58: warning: unused parameter 'device_index' [-Wunused-parameter]\\n 62 | static bool SDL_DUMMY_SensorOpen(SDL_Sensor *sensor, int device_index)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:67:48: warning: unused parameter 'sensor' [-Wunused-parameter]\\n 67 | static void SDL_DUMMY_SensorUpdate(SDL_Sensor *sensor)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:71:47: warning: unused parameter 'sensor' [-Wunused-parameter]\\n 71 | static void SDL_DUMMY_SensorClose(SDL_Sensor *sensor)\\n | ^\\n8 warnings generated.\\n[442/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/main/generic/SDL_sysmain_callbacks.c:31:55: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 31 | static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/main/generic/SDL_sysmain_callbacks.c:31:77: warning: unused parameter 'name' [-Wunused-parameter]\\n 31 | static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/main/generic/SDL_sysmain_callbacks.c:31:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\\n 31 | static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)\\n | ^\\n3 warnings generated.\\n[443/500] Linking CXX static library libfaset_core.a\\n[444/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:25:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/../SDL_vulkan_internal.h:40:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 45 | enum libdecor_resize_edge;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 46 | enum libdecor_capabilities;\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 47 | enum libdecor_window_state;\\n | ^\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:25:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/../SDL_vulkan_internal.h:40:\\nIn file included from /tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:84:\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:218:48: warning: unused parameter 'window' [-Wunused-parameter]\\n 218 | SDL_Window *window,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:257:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\\n 257 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/video/offscreen/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\\n | ^\\n6 warnings generated.\\n[445/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:1350:21: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 1350 | VulkanRenderer *renderer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:1820:14: warning: unused parameter 'buffer' [-Wunused-parameter]\\n 1820 | VkBuffer buffer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:1821:13: warning: unused parameter 'image' [-Wunused-parameter]\\n 1821 | VkImage image,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:2496:21: warning: unused parameter 'renderer' [-Wunused-parameter]\\n 2496 | VulkanRenderer *renderer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:2963:88: warning: unused parameter 'table' [-Wunused-parameter]\\n 2963 | static bool SDLCALL CheckOneFramebufferForRemoval(void *userdata, const SDL_HashTable *table, const void *vkey, const void *vvalue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:2963:125: warning: unused parameter 'vvalue' [-Wunused-parameter]\\n 2963 | static bool SDLCALL CheckOneFramebufferForRemoval(void *userdata, const SDL_HashTable *table, const void *vkey, const void *vvalue)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3332:88: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3332 | static Uint32 SDLCALL VULKAN_INTERNAL_GraphicsPipelineResourceLayoutHashFunction(void *userdata, const void *key)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3351:86: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3351 | static bool SDLCALL VULKAN_INTERNAL_GraphicsPipelineResourceLayoutHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3363:87: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3363 | static Uint32 SDLCALL VULKAN_INTERNAL_ComputePipelineResourceLayoutHashFunction(void *userdata, const void *key)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3381:85: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3381 | static bool SDLCALL VULKAN_INTERNAL_ComputePipelineResourceLayoutHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3394:77: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3394 | static Uint32 SDLCALL VULKAN_INTERNAL_DescriptorSetLayoutHashFunction(void *userdata, const void *key)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3414:75: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3414 | static bool SDLCALL VULKAN_INTERNAL_DescriptorSetLayoutHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3427:69: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3427 | static Uint32 SDLCALL VULKAN_INTERNAL_CommandPoolHashFunction(void *userdata, const void *key)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3432:67: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3432 | static bool SDLCALL VULKAN_INTERNAL_CommandPoolHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3447:68: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3447 | static Uint32 SDLCALL VULKAN_INTERNAL_RenderPassHashFunction(void *userdata, const void *key)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3479:66: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3479 | static bool SDLCALL VULKAN_INTERNAL_RenderPassHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3551:69: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3551 | static Uint32 SDLCALL VULKAN_INTERNAL_FramebufferHashFunction(void *userdata, const void *key)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3576:67: warning: unused parameter 'userdata' [-Wunused-parameter]\\n 3576 | static bool SDLCALL VULKAN_INTERNAL_FramebufferHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:6057:26: warning: unused parameter 'commandBuffer' [-Wunused-parameter]\\n 6057 | VulkanCommandBuffer *commandBuffer,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:6910:32: warning: unused parameter 'usage' [-Wunused-parameter]\\n 6910 | SDL_GPUTransferBufferUsage usage,\\n | ^\\n/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:11694:97: warning: unused parameter 'props' [-Wunused-parameter]\\n 11694 | static SDL_GPUDevice *VULKAN_CreateDevice(bool debugMode, bool preferLowPower, SDL_PropertiesID props)\\n | ^\\n21 warnings generated.\\n[446/500] Building CXX object CMakeFiles/faset_runtime.dir/src/runtime/Physics.cpp.o\\n[447/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lapi.c.o\\n[448/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lcode.c.o\\n[449/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lctype.c.o\\n[450/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ldebug.c.o\\n[451/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ldo.c.o\\n[452/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ldump.c.o\\n[453/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lfunc.c.o\\n[454/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lgc.c.o\\n[455/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/llex.c.o\\n[456/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lmem.c.o\\n[457/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lobject.c.o\\n[458/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lopcodes.c.o\\n[459/500] Building CXX object CMakeFiles/faset_scripting_project.dir/src/scripting/project.cpp.o\\n[460/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lstate.c.o\\n[461/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lstring.c.o\\n[462/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lparser.c.o\\n[463/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ltable.c.o\\n[464/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ltm.c.o\\n[465/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lundump.c.o\\n[466/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lzio.c.o\\n[467/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lauxlib.c.o\\n[468/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lbaselib.c.o\\n[469/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lmathlib.c.o\\n[470/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lvm.c.o\\n[471/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ltablib.c.o\\n[472/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lutf8lib.c.o\\n[473/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lstrlib.c.o\\n[474/500] Building CXX object CMakeFiles/faset_render.dir/src/render/math.cpp.o\\n[475/500] Building CXX object CMakeFiles/faset_asset_data.dir/src/assets/asset_data.cpp.o\\n[476/500] Building CXX object CMakeFiles/faset_render.dir/src/render/render_graph.cpp.o\\n[477/500] Building CXX object CMakeFiles/faset_runtime.dir/src/runtime/Runtime.cpp.o\\n[478/500] Linking C static library _deps/box2d-build/src/libbox2d.a\\n[479/500] Linking C static library _deps/box3d-build/src/libbox3d.a\\n[480/500] Building CXX object CMakeFiles/faset_render.dir/src/render/visibility.cpp.o\\n[481/500] Linking CXX static library libfaset_scripting_project.a\\n[482/500] Linking C static library _deps/sdl3-build/libSDL3.a\\n[483/500] Linking CXX static library libfaset_runtime.a\\n[484/500] Linking CXX static library libfaset_asset_data.a\\n[485/500] Linking C static library libfaset_lua_vendor.a\\n[486/500] Building CXX object CMakeFiles/faset_gameplay.dir/src/scripting/empty_gameplay/Gameplay.cpp.o\\n[487/500] Building CXX object CMakeFiles/faset_render.dir/src/render/shader_contract.cpp.o\\n[488/500] Building CXX object CMakeFiles/faset_render.dir/src/render/renderer.cpp.o\\n[489/500] Linking CXX static library libfaset_render.a\\n[490/500] Linking CXX static library libfaset_gameplay.a\\n[491/500] Building CXX object CMakeFiles/faset_lua.dir/src/scripting/LuaModule.cpp.o\\n[492/500] Linking CXX static library libfaset_lua.a\\n[493/500] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\\n[494/500] Linking CXX executable faset_schema_exporter\\n[495/500] Building CXX object CMakeFiles/faset_scene_view.dir/src/player/scene_io.cpp.o\\n[496/500] Building CXX object CMakeFiles/faset_scene_view.dir/src/player/SceneView.cpp.o\\n[497/500] Linking CXX static library libfaset_scene_view.a\\n[498/500] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\\n[499/500] Linking CXX executable faset_player\\n$ \\\"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/faset_schema_exporter\\\" \\\"--output\\\" \\\"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/cache/builds/.staging-38d65abf-1c6d-4e6e-850a-5a4916e36b16/schema.json\\\" \\\"--project\\\" \\\"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/cache/builds/.staging-38d65abf-1c6d-4e6e-850a-5a4916e36b16\\\"\\n$ \\\"/usr/bin/ldd\\\" \\\"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release/faset_player\\\"\\n\\tlinux-vdso.so.1 (0x0000747f22c49000)\\n\\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x0000747f2258d000)\\n\\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x0000747f22467000)\\n\\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x0000747f22000000)\\n\\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x0000747f22439000)\\n\\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x0000747f21c00000)\\n\\t/lib64/ld-linux-x86-64.so.2 (0x0000747f22c4b000)\\n$ \\\"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/Exports/.staging-38d65abf-1c6d-4e6e-850a-5a4916e36b16/faset_player\\\" \\\"--validate\\\" \\\"--scene\\\" \\\"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/Exports/.staging-38d65abf-1c6d-4e6e-850a-5a4916e36b16/scene.fscene\\\" \\\"--assets\\\" \\\"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/Exports/.staging-38d65abf-1c6d-4e6e-850a-5a4916e36b16\\\"\\n{\\\"dimension\\\":2,\\\"validated\\\":true}\\n\",\n \"progress\": 1.0,\n \"result\": {\n \"build\": {\n \"build_directory\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release\",\n \"configuration\": \"Release\",\n \"directory\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/cache/builds/38d65abf-1c6d-4e6e-850a-5a4916e36b16\",\n \"fingerprint\": \"55f8ff15cb5e4f241fcf7ee436a52a5a1eed36f2031f12bf44070276d796927e\",\n \"generation\": \"38d65abf-1c6d-4e6e-850a-5a4916e36b16\",\n \"generation_reused\": false,\n \"lua_enabled\": true,\n \"lua_fingerprint\": \"a9261789bb1e0ca38bd40b08b0454165cd51454cba3ad4725dd357812ced6e35\",\n \"phase_times_ms\": {\n \"configure\": 45833,\n \"native_build\": 79428,\n \"schema_package\": 276,\n \"total\": 125538\n },\n \"player\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/cache/builds/38d65abf-1c6d-4e6e-850a-5a4916e36b16/faset_player\",\n \"schema\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/cache/builds/38d65abf-1c6d-4e6e-850a-5a4916e36b16/schema.json\",\n \"schema_cache_hit\": false\n },\n \"build_directory\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/build/Release\",\n \"configuration\": \"Release\",\n \"directory\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/Exports/generations/38d65abf-1c6d-4e6e-850a-5a4916e36b16\",\n \"executable\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/Exports/generations/38d65abf-1c6d-4e6e-850a-5a4916e36b16/faset_player\",\n \"generation\": \"38d65abf-1c6d-4e6e-850a-5a4916e36b16\",\n \"manifest\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/Exports/generations/38d65abf-1c6d-4e6e-850a-5a4916e36b16/manifest.json\",\n \"player\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/cache/builds/38d65abf-1c6d-4e6e-850a-5a4916e36b16/faset_player\",\n \"schema\": \"/tmp/faset-playable-projects-6xvbjr4b/Faset Café 世界/lua/.faset/cache/builds/38d65abf-1c6d-4e6e-850a-5a4916e36b16/schema.json\"\n },\n \"stage\": \"Complete\",\n \"state\": \"succeeded\"\n}\n", + "stderr": "" +} diff --git a/docs/validation/lua-release-2026-09-24/lua-manifest.json b/docs/validation/lua-release-2026-09-24/lua-manifest.json new file mode 100644 index 0000000..055418b --- /dev/null +++ b/docs/validation/lua-release-2026-09-24/lua-manifest.json @@ -0,0 +1,220 @@ +{ + "asset_generations": {}, + "build_fingerprint": "55f8ff15cb5e4f241fcf7ee436a52a5a1eed36f2031f12bf44070276d796927e", + "configuration": "Release", + "executable": "faset_player", + "files": [ + { + "path": "README.txt", + "sha256": "82bf72bc542643f6c4090e0a5de69b0014ca3fa17c6f9dfb12cc41e44c8b8db6", + "size": 262 + }, + { + "path": "Notices/Faset-NOTICE.txt", + "sha256": "30c2e7e80f5153b31ab57675e07246aef9165965d64e36022b426a26449ece3f", + "size": 204 + }, + { + "path": "Notices/dependencies.json", + "sha256": "262e8f63cf21c516829b1fedb0900ac90e76d62aa8f78d9ad02d8f24e0359e74", + "size": 2468 + }, + { + "path": "Notices/lua/LICENSE.txt", + "sha256": "e42d195c77d3ad7255ee9c874772d3c53998e7f60f9acf453d4630fa161e0bfe", + "size": 1126 + }, + { + "path": "Notices/stb/LICENSE", + "sha256": "bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63", + "size": 2510 + }, + { + "path": "Notices/json/LICENSE.MIT", + "sha256": "46a65cffd1ea955132d95a8dd921640714a8d6b537d2e4e482d31145ae95b603", + "size": 1076 + }, + { + "path": "Notices/box3d/LICENSE", + "sha256": "da5e31a26bf3cfd5ba5c96d6823e480128c81e76c107ef9d3ee5d94789184b90", + "size": 1067 + }, + { + "path": "Notices/box2d/LICENSE", + "sha256": "68a3e676d7e94093b102d5cba0d4e04af812040d6f230c3db67a6664574e43d2", + "size": 1067 + }, + { + "path": "Notices/entt/LICENSE", + "sha256": "0785027ce472d7c61f05fba664a1d3ba6639c1593ced351ad9e4bed868765d99", + "size": 1097 + }, + { + "path": "Notices/sdl3/LICENSE.txt", + "sha256": "97f35b302b361680ec1e891e95d2d52097bb95abff361434916d99dc1305f127", + "size": 884 + }, + { + "path": "shaders/gpuPostCullMain.reflection.json", + "sha256": "eed140bbe09c7d14935b688c770261ac0e81677c0974aa811c88ed67ea779b95", + "size": 3591 + }, + { + "path": "shaders/gpuHzbMain.reflection.json", + "sha256": "589818f670881c64f3aba726ee3bc82fe4b9d835a347f99134e0e157dc4a112e", + "size": 2050 + }, + { + "path": "shaders/gpuCullMain.reflection.json", + "sha256": "996fe5c7e31c6b8f316d8f290b3be0ae7063eb46c500a661e8715e9b822a2598", + "size": 3587 + }, + { + "path": "shaders/gpuShadowMain.reflection.json", + "sha256": "9a03a2b692d2b0c758f63fb27760352cfef20a068372ebc137f1ca1797dcd3c2", + "size": 2755 + }, + { + "path": "shaders/gpuVertexMain.reflection.json", + "sha256": "9f43472c267dbb6a2ddc69e252f7f00c5ca46f376d3c7c27165c8d12a175179d", + "size": 3098 + }, + { + "path": "shaders/gpuPostCullMain.spv", + "sha256": "62cb72e356346e1511c6d640a3cecb4a6e5283795338299b357edae5f7f52be4", + "size": 12460 + }, + { + "path": "shaders/gpuHzbMain.spv", + "sha256": "08682362ee2120ed19d260e613285071747c3e436bb09bb6238e46f9cedc2308", + "size": 4140 + }, + { + "path": "shaders/gpuCullMain.spv", + "sha256": "7691360ec55f41d40d43652f506b051cef8b3a3ddcdcc7db61a7d4d97f9e87d8", + "size": 16180 + }, + { + "path": "shaders/gpuShadowMain.spv", + "sha256": "ffcdb91e70c41ce9452094865546a009b9203140cf8eeb3ad1b4e5868d82b815", + "size": 2404 + }, + { + "path": "shaders/gpuVertexMain.spv", + "sha256": "4647ef4fe1a68ab623ee9c19dac56631907f825cba0becd30869c5221c2a0385", + "size": 4928 + }, + { + "path": "shaders/shadowMain.reflection.json", + "sha256": "e3fd0889cd2f569d410f5d7558a4091d9f57f247a1dcf1788462f67525340819", + "size": 2645 + }, + { + "path": "shaders/fragmentMain.reflection.json", + "sha256": "72ebf8d32452830650416dc4717d89a4324e97ece7028dfb97c66803c8dce71f", + "size": 2649 + }, + { + "path": "shaders/vertexMain.reflection.json", + "sha256": "c584f3b957ebf194a292451362a98590f85ff3cfbfd8f917b1c1265039381777", + "size": 2639 + }, + { + "path": "shaders/shadowMain.spv", + "sha256": "7643b4d688492b5ee923b9606f0b0e70343ca05fa67673838206119a6f86d8d8", + "size": 784 + }, + { + "path": "shaders/fragmentMain.spv", + "sha256": "f5c4f289917ecab5d00d543c053aac1d10e6cca311fd172daf06d315160a3505", + "size": 7436 + }, + { + "path": "shaders/vertexMain.spv", + "sha256": "1ad2631c35d654f48166321ae43d4165043e1b919b14f1dc61caf97b1ada0898", + "size": 1224 + }, + { + "path": "faset_player", + "sha256": "c9f626134e0742eb015da1c02ca2587471f30261042830631f55307b1ec4ac71", + "size": 6329192 + }, + { + "path": "project.faset.json", + "sha256": "e07b12047f8141c3c4cc8f0e7d0905a5c635375e4494755e34191db0859ab86f", + "size": 175 + }, + { + "path": "Scripts/util/motion.lua", + "sha256": "bad3dcdc1081fd1dec589c12dad8dc175b739d77ea52b957ead9ecb4b7cb88a3", + "size": 150 + }, + { + "path": "Scripts/player.lua", + "sha256": "1c51810574a3413c46a7cbd0ea2e84a9b802da1206a2b72bb78f6cc951367a11", + "size": 1376 + }, + { + "path": "Scripts/beacon.lua", + "sha256": "44d932ebedf66cadb9620f2d926177be2f8d43d71d56aa83611de686af026231", + "size": 820 + }, + { + "path": "scene.fscene", + "sha256": "641ba14a1f9c3966b9ec797814fdfa54f954dc5e0d53ab00c645598edef61baf", + "size": 1681 + } + ], + "format": "faset.export", + "generation": "38d65abf-1c6d-4e6e-850a-5a4916e36b16", + "lua_enabled": true, + "lua_fingerprint": "a9261789bb1e0ca38bd40b08b0454165cd51454cba3ad4725dd357812ced6e35", + "platform": "linux", + "prerequisites": [ + "Linux x86_64", + "Vulkan 1.3 driver", + "Compatible glibc and libstdc++ runtime" + ], + "renderer_profile": { + "api": "Vulkan 1.3", + "materials": [ + "base-color factor and texture", + "metallic and roughness factors" + ], + "required_features": [ + "dynamicRendering", + "synchronization2" + ], + "shadow_map": { + "resolution": 1024, + "world_extent": 40 + }, + "texture_sampling": "linear clamp, one mip level", + "unsupported_material_features": [ + "normal maps", + "metallic-roughness maps", + "emissive and occlusion maps", + "alpha mode selection", + "unlit mode", + "per-material face culling" + ] + }, + "scene_hash": "143724a468d711cbdf9a9700310d7b0acef003ce1b21422ca5204e0e565fa02c", + "simulation": { + "fixed_delta": 0.016666666666666666, + "gravity": [ + 0, + -9.81, + 0 + ], + "max_catch_up_ticks": 4, + "physics_substeps": 4 + }, + "units": { + "angle": "radian", + "coordinates": "right-handed Y-up", + "distance": "metre" + }, + "validation_log": "{\"dimension\":2,\"validated\":true}\n", + "version": 1 +} diff --git a/docs/validation/lua-release-2026-09-24/lua-profile.json b/docs/validation/lua-release-2026-09-24/lua-profile.json new file mode 100644 index 0000000..c6e80bb --- /dev/null +++ b/docs/validation/lua-release-2026-09-24/lua-profile.json @@ -0,0 +1,2599 @@ +{ + "completed_frames": 120, + "device": "NVIDIA GeForce RTX 2080 Ti", + "dimension": 2, + "effective_visibility_mode": "direct", + "fixed_delta_seconds": 0.016666666666666666, + "format": "faset.player-profile", + "height": 720, + "percentile_method": "nearest_rank_all_completed_frames_no_warmup_exclusion", + "presentation_mode": "offscreen", + "requested_frames": 120, + "resource_notes": "gpu_allocated_bytes sums live Vulkan memory allocations, including alignment, excluding driver internals. texture_count includes the white fallback texture.", + "samples": [ + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.569984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.487375, + "renderer_cpu_ms": 4.483287, + "renderer_readback_cpu_ms": 2.631884, + "simulation_ms": 0.105659, + "snapshot_ms": 0.0636, + "texture_count": 1, + "tick": 1, + "vertices": 18, + "wall_ms": 4.747145 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.86632, + "renderer_cpu_ms": 1.861341, + "renderer_readback_cpu_ms": 0.513619, + "simulation_ms": 0.105889, + "snapshot_ms": 0.053381, + "texture_count": 1, + "tick": 2, + "vertices": 18, + "wall_ms": 2.037113 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 3, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.562848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.761914, + "renderer_cpu_ms": 1.756162, + "renderer_readback_cpu_ms": 0.544407, + "simulation_ms": 0.101732, + "snapshot_ms": 0.05299, + "texture_count": 1, + "tick": 3, + "vertices": 18, + "wall_ms": 1.927085 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 4, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.561376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.926093, + "renderer_cpu_ms": 1.921384, + "renderer_readback_cpu_ms": 0.55692, + "simulation_ms": 0.120948, + "snapshot_ms": 0.055335, + "texture_count": 1, + "tick": 4, + "vertices": 18, + "wall_ms": 2.115911 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 5, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.382564, + "renderer_cpu_ms": 2.378006, + "renderer_readback_cpu_ms": 0.437686, + "simulation_ms": 0.135546, + "snapshot_ms": 0.05845, + "texture_count": 1, + "tick": 5, + "vertices": 18, + "wall_ms": 2.593172 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 6, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.5736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.820595, + "renderer_cpu_ms": 1.816446, + "renderer_readback_cpu_ms": 0.546861, + "simulation_ms": 0.194406, + "snapshot_ms": 0.072948, + "texture_count": 1, + "tick": 6, + "vertices": 18, + "wall_ms": 2.099841 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 7, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.82917, + "renderer_cpu_ms": 1.823259, + "renderer_readback_cpu_ms": 0.508409, + "simulation_ms": 0.119786, + "snapshot_ms": 0.0585, + "texture_count": 1, + "tick": 7, + "vertices": 18, + "wall_ms": 2.018717 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 8, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.087998, + "renderer_cpu_ms": 2.08318, + "renderer_readback_cpu_ms": 0.492469, + "simulation_ms": 0.104347, + "snapshot_ms": 0.051537, + "texture_count": 1, + "tick": 8, + "vertices": 18, + "wall_ms": 2.255674 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 9, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.706248, + "renderer_cpu_ms": 1.700959, + "renderer_readback_cpu_ms": 0.508659, + "simulation_ms": 0.103475, + "snapshot_ms": 0.05282, + "texture_count": 1, + "tick": 9, + "vertices": 18, + "wall_ms": 1.873273 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 10, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.64351, + "renderer_cpu_ms": 1.639724, + "renderer_readback_cpu_ms": 0.444378, + "simulation_ms": 0.099267, + "snapshot_ms": 0.051788, + "texture_count": 1, + "tick": 10, + "vertices": 18, + "wall_ms": 1.804173 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 11, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.831003, + "renderer_cpu_ms": 1.826455, + "renderer_readback_cpu_ms": 0.469636, + "simulation_ms": 0.098015, + "snapshot_ms": 0.048792, + "texture_count": 1, + "tick": 11, + "vertices": 18, + "wall_ms": 1.989162 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 12, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.704987, + "renderer_cpu_ms": 1.700808, + "renderer_readback_cpu_ms": 0.410795, + "simulation_ms": 0.098917, + "snapshot_ms": 0.051877, + "texture_count": 1, + "tick": 12, + "vertices": 18, + "wall_ms": 1.866411 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 13, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.580032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.626679, + "renderer_cpu_ms": 1.620987, + "renderer_readback_cpu_ms": 0.473363, + "simulation_ms": 0.109537, + "snapshot_ms": 0.046728, + "texture_count": 1, + "tick": 13, + "vertices": 18, + "wall_ms": 1.793103 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 14, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.759329, + "renderer_cpu_ms": 1.75442, + "renderer_readback_cpu_ms": 0.425513, + "simulation_ms": 0.112683, + "snapshot_ms": 0.054222, + "texture_count": 1, + "tick": 14, + "vertices": 18, + "wall_ms": 1.938547 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 15, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.576832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.010212, + "renderer_cpu_ms": 2.006484, + "renderer_readback_cpu_ms": 0.421505, + "simulation_ms": 0.104567, + "snapshot_ms": 0.051407, + "texture_count": 1, + "tick": 15, + "vertices": 18, + "wall_ms": 2.17909 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 16, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.57994, + "renderer_cpu_ms": 1.573488, + "renderer_readback_cpu_ms": 0.465398, + "simulation_ms": 0.113725, + "snapshot_ms": 0.049313, + "texture_count": 1, + "tick": 16, + "vertices": 18, + "wall_ms": 1.753457 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 17, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.879826, + "renderer_cpu_ms": 1.875117, + "renderer_readback_cpu_ms": 0.401327, + "simulation_ms": 0.108635, + "snapshot_ms": 0.0534, + "texture_count": 1, + "tick": 17, + "vertices": 18, + "wall_ms": 2.053664 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 18, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.82903, + "renderer_cpu_ms": 1.8239, + "renderer_readback_cpu_ms": 0.475547, + "simulation_ms": 0.097724, + "snapshot_ms": 0.048011, + "texture_count": 1, + "tick": 18, + "vertices": 18, + "wall_ms": 1.985415 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 19, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.753046, + "renderer_cpu_ms": 1.748468, + "renderer_readback_cpu_ms": 0.407378, + "simulation_ms": 0.107352, + "snapshot_ms": 0.052729, + "texture_count": 1, + "tick": 19, + "vertices": 18, + "wall_ms": 1.923889 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 20, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.565952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.756673, + "renderer_cpu_ms": 1.751033, + "renderer_readback_cpu_ms": 0.533716, + "simulation_ms": 0.129094, + "snapshot_ms": 0.051777, + "texture_count": 1, + "tick": 20, + "vertices": 18, + "wall_ms": 1.947894 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 21, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.89831, + "renderer_cpu_ms": 1.894153, + "renderer_readback_cpu_ms": 0.511816, + "simulation_ms": 0.145124, + "snapshot_ms": 0.075873, + "texture_count": 1, + "tick": 21, + "vertices": 18, + "wall_ms": 2.13133 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 22, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.576992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.83456, + "renderer_cpu_ms": 1.830763, + "renderer_readback_cpu_ms": 0.383573, + "simulation_ms": 0.104277, + "snapshot_ms": 0.080091, + "texture_count": 1, + "tick": 22, + "vertices": 18, + "wall_ms": 2.029478 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 23, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.483498, + "renderer_cpu_ms": 1.480312, + "renderer_readback_cpu_ms": 0.428167, + "simulation_ms": 0.098826, + "snapshot_ms": 0.066987, + "texture_count": 1, + "tick": 23, + "vertices": 18, + "wall_ms": 1.658538 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 24, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.579808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.673567, + "renderer_cpu_ms": 1.669479, + "renderer_readback_cpu_ms": 0.42452, + "simulation_ms": 0.099537, + "snapshot_ms": 0.050265, + "texture_count": 1, + "tick": 24, + "vertices": 18, + "wall_ms": 1.832808 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 25, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.856491, + "renderer_cpu_ms": 1.851913, + "renderer_readback_cpu_ms": 0.490405, + "simulation_ms": 0.099758, + "snapshot_ms": 0.053701, + "texture_count": 1, + "tick": 25, + "vertices": 18, + "wall_ms": 2.020871 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 26, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.734111, + "renderer_cpu_ms": 1.729693, + "renderer_readback_cpu_ms": 0.442515, + "simulation_ms": 0.109135, + "snapshot_ms": 0.056587, + "texture_count": 1, + "tick": 26, + "vertices": 18, + "wall_ms": 1.910995 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 27, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.5592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.630746, + "renderer_cpu_ms": 1.626468, + "renderer_readback_cpu_ms": 0.539417, + "simulation_ms": 0.110008, + "snapshot_ms": 0.052599, + "texture_count": 1, + "tick": 27, + "vertices": 18, + "wall_ms": 1.804514 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 28, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.626598, + "renderer_cpu_ms": 1.622731, + "renderer_readback_cpu_ms": 0.425162, + "simulation_ms": 0.112562, + "snapshot_ms": 0.0528, + "texture_count": 1, + "tick": 28, + "vertices": 18, + "wall_ms": 1.8024 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 29, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.797861, + "renderer_cpu_ms": 1.792772, + "renderer_readback_cpu_ms": 0.4399, + "simulation_ms": 0.112432, + "snapshot_ms": 0.050585, + "texture_count": 1, + "tick": 29, + "vertices": 18, + "wall_ms": 1.986217 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 30, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.203696, + "renderer_cpu_ms": 2.197705, + "renderer_readback_cpu_ms": 0.578241, + "simulation_ms": 0.116079, + "snapshot_ms": 0.057488, + "texture_count": 1, + "tick": 30, + "vertices": 18, + "wall_ms": 2.389367 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 31, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.023487, + "renderer_cpu_ms": 2.018608, + "renderer_readback_cpu_ms": 0.46671, + "simulation_ms": 0.152568, + "snapshot_ms": 0.077316, + "texture_count": 1, + "tick": 31, + "vertices": 18, + "wall_ms": 2.26412 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 32, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.960078, + "renderer_cpu_ms": 1.955027, + "renderer_readback_cpu_ms": 0.514431, + "simulation_ms": 0.134524, + "snapshot_ms": 0.070122, + "texture_count": 1, + "tick": 32, + "vertices": 18, + "wall_ms": 2.174783 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 33, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.953134, + "renderer_cpu_ms": 1.948215, + "renderer_readback_cpu_ms": 0.555198, + "simulation_ms": 0.15381, + "snapshot_ms": 0.072337, + "texture_count": 1, + "tick": 33, + "vertices": 18, + "wall_ms": 2.188949 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 34, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.57408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.875928, + "renderer_cpu_ms": 1.870869, + "renderer_readback_cpu_ms": 0.530772, + "simulation_ms": 0.139443, + "snapshot_ms": 0.073298, + "texture_count": 1, + "tick": 34, + "vertices": 18, + "wall_ms": 2.098368 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 35, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.967441, + "renderer_cpu_ms": 1.962492, + "renderer_readback_cpu_ms": 0.513468, + "simulation_ms": 0.179218, + "snapshot_ms": 0.070253, + "texture_count": 1, + "tick": 35, + "vertices": 18, + "wall_ms": 2.226389 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 36, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.960088, + "renderer_cpu_ms": 1.955348, + "renderer_readback_cpu_ms": 0.490055, + "simulation_ms": 0.134414, + "snapshot_ms": 0.071194, + "texture_count": 1, + "tick": 36, + "vertices": 18, + "wall_ms": 2.176265 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 37, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.562016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.814874, + "renderer_cpu_ms": 1.810124, + "renderer_readback_cpu_ms": 0.522074, + "simulation_ms": 0.134584, + "snapshot_ms": 0.07317800000000001, + "texture_count": 1, + "tick": 37, + "vertices": 18, + "wall_ms": 2.032344 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 38, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.002086, + "renderer_cpu_ms": 1.995564, + "renderer_readback_cpu_ms": 0.55657, + "simulation_ms": 0.136277, + "snapshot_ms": 0.072947, + "texture_count": 1, + "tick": 38, + "vertices": 18, + "wall_ms": 2.22159 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 39, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.585024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.916485, + "renderer_cpu_ms": 1.911335, + "renderer_readback_cpu_ms": 0.510663, + "simulation_ms": 0.159802, + "snapshot_ms": 0.072176, + "texture_count": 1, + "tick": 39, + "vertices": 18, + "wall_ms": 2.160455 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 40, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.565088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.820474, + "renderer_cpu_ms": 1.815434, + "renderer_readback_cpu_ms": 0.566018, + "simulation_ms": 0.13792, + "snapshot_ms": 0.071535, + "texture_count": 1, + "tick": 40, + "vertices": 18, + "wall_ms": 2.040348 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 41, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.907969, + "renderer_cpu_ms": 1.902739, + "renderer_readback_cpu_ms": 0.533356, + "simulation_ms": 0.138251, + "snapshot_ms": 0.070954, + "texture_count": 1, + "tick": 41, + "vertices": 18, + "wall_ms": 2.127272 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 42, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.969305, + "renderer_cpu_ms": 1.965047, + "renderer_readback_cpu_ms": 0.521724, + "simulation_ms": 0.135696, + "snapshot_ms": 0.070262, + "texture_count": 1, + "tick": 42, + "vertices": 18, + "wall_ms": 2.185102 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 43, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.558816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.805776, + "renderer_cpu_ms": 1.800497, + "renderer_readback_cpu_ms": 0.50327, + "simulation_ms": 0.132029, + "snapshot_ms": 0.071154, + "texture_count": 1, + "tick": 43, + "vertices": 18, + "wall_ms": 2.018337 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 44, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.126221, + "renderer_cpu_ms": 2.12078, + "renderer_readback_cpu_ms": 0.501365, + "simulation_ms": 0.144342, + "snapshot_ms": 0.073609, + "texture_count": 1, + "tick": 44, + "vertices": 18, + "wall_ms": 2.356014 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 45, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.672094, + "renderer_cpu_ms": 1.665913, + "renderer_readback_cpu_ms": 0.452854, + "simulation_ms": 0.134323, + "snapshot_ms": 0.054924, + "texture_count": 1, + "tick": 45, + "vertices": 18, + "wall_ms": 1.872572 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 46, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.934129, + "renderer_cpu_ms": 1.914982, + "renderer_readback_cpu_ms": 0.524679, + "simulation_ms": 0.137079, + "snapshot_ms": 0.0848, + "texture_count": 1, + "tick": 46, + "vertices": 18, + "wall_ms": 2.167719 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 47, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.842746, + "renderer_cpu_ms": 1.838037, + "renderer_readback_cpu_ms": 0.557181, + "simulation_ms": 0.136647, + "snapshot_ms": 0.067277, + "texture_count": 1, + "tick": 47, + "vertices": 18, + "wall_ms": 2.05683 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 48, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.561376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.959827, + "renderer_cpu_ms": 1.954667, + "renderer_readback_cpu_ms": 0.538866, + "simulation_ms": 0.134344, + "snapshot_ms": 0.067868, + "texture_count": 1, + "tick": 48, + "vertices": 18, + "wall_ms": 2.172358 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 49, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.577312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.971859, + "renderer_cpu_ms": 1.96673, + "renderer_readback_cpu_ms": 0.516565, + "simulation_ms": 0.136838, + "snapshot_ms": 0.067658, + "texture_count": 1, + "tick": 49, + "vertices": 18, + "wall_ms": 2.187035 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 50, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.852384, + "renderer_cpu_ms": 1.846453, + "renderer_readback_cpu_ms": 0.537013, + "simulation_ms": 0.186312, + "snapshot_ms": 0.066816, + "texture_count": 1, + "tick": 50, + "vertices": 18, + "wall_ms": 2.116512 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 51, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.885868, + "renderer_cpu_ms": 1.881779, + "renderer_readback_cpu_ms": 0.449177, + "simulation_ms": 0.136377, + "snapshot_ms": 0.066575, + "texture_count": 1, + "tick": 51, + "vertices": 18, + "wall_ms": 2.099922 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 52, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.758867, + "renderer_cpu_ms": 1.7548, + "renderer_readback_cpu_ms": 0.439288, + "simulation_ms": 0.114956, + "snapshot_ms": 0.053331, + "texture_count": 1, + "tick": 52, + "vertices": 18, + "wall_ms": 1.937494 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 53, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.64346, + "renderer_cpu_ms": 1.640023, + "renderer_readback_cpu_ms": 0.448766, + "simulation_ms": 0.100079, + "snapshot_ms": 0.048942, + "texture_count": 1, + "tick": 53, + "vertices": 18, + "wall_ms": 1.802129 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 54, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.655663, + "renderer_cpu_ms": 1.652066, + "renderer_readback_cpu_ms": 0.458585, + "simulation_ms": 0.099868, + "snapshot_ms": 0.048401, + "texture_count": 1, + "tick": 54, + "vertices": 18, + "wall_ms": 1.813551 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 55, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.856402, + "renderer_cpu_ms": 1.852123, + "renderer_readback_cpu_ms": 0.460288, + "simulation_ms": 0.100519, + "snapshot_ms": 0.04766, + "texture_count": 1, + "tick": 55, + "vertices": 18, + "wall_ms": 2.01471 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 56, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.575072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.766883, + "renderer_cpu_ms": 1.762385, + "renderer_readback_cpu_ms": 0.461701, + "simulation_ms": 0.098957, + "snapshot_ms": 0.051547, + "texture_count": 1, + "tick": 56, + "vertices": 18, + "wall_ms": 1.926835 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 57, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.611089, + "renderer_cpu_ms": 1.607782, + "renderer_readback_cpu_ms": 0.501586, + "simulation_ms": 0.103005, + "snapshot_ms": 0.052108, + "texture_count": 1, + "tick": 57, + "vertices": 18, + "wall_ms": 1.776 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 58, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.724272, + "renderer_cpu_ms": 1.719674, + "renderer_readback_cpu_ms": 0.449879, + "simulation_ms": 0.088707, + "snapshot_ms": 0.051708, + "texture_count": 1, + "tick": 58, + "vertices": 18, + "wall_ms": 1.874616 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 59, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.929931, + "renderer_cpu_ms": 1.925783, + "renderer_readback_cpu_ms": 0.452694, + "simulation_ms": 0.097954, + "snapshot_ms": 0.047951, + "texture_count": 1, + "tick": 59, + "vertices": 18, + "wall_ms": 2.086606 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 60, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.55952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.571775, + "renderer_cpu_ms": 1.568027, + "renderer_readback_cpu_ms": 0.427356, + "simulation_ms": 0.090691, + "snapshot_ms": 0.050194, + "texture_count": 1, + "tick": 60, + "vertices": 18, + "wall_ms": 1.721978 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 61, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.62204, + "renderer_cpu_ms": 1.618813, + "renderer_readback_cpu_ms": 0.45618, + "simulation_ms": 0.08512, + "snapshot_ms": 0.071946, + "texture_count": 1, + "tick": 61, + "vertices": 18, + "wall_ms": 1.788364 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 62, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.561568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.780969, + "renderer_cpu_ms": 1.777363, + "renderer_readback_cpu_ms": 0.451001, + "simulation_ms": 0.085421, + "snapshot_ms": 0.04791, + "texture_count": 1, + "tick": 62, + "vertices": 18, + "wall_ms": 1.923759 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 63, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.84488, + "renderer_cpu_ms": 1.840843, + "renderer_readback_cpu_ms": 0.45624, + "simulation_ms": 0.086694, + "snapshot_ms": 0.048441, + "texture_count": 1, + "tick": 63, + "vertices": 18, + "wall_ms": 1.989964 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 64, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.633983, + "renderer_cpu_ms": 1.630916, + "renderer_readback_cpu_ms": 0.463805, + "simulation_ms": 0.123744, + "snapshot_ms": 0.052068, + "texture_count": 1, + "tick": 64, + "vertices": 18, + "wall_ms": 1.819092 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 65, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.060847, + "renderer_cpu_ms": 2.056029, + "renderer_readback_cpu_ms": 0.500504, + "simulation_ms": 0.088557, + "snapshot_ms": 0.050115, + "texture_count": 1, + "tick": 65, + "vertices": 18, + "wall_ms": 2.209387 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 66, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.650333, + "renderer_cpu_ms": 1.646596, + "renderer_readback_cpu_ms": 0.45085, + "simulation_ms": 0.091673, + "snapshot_ms": 0.053261, + "texture_count": 1, + "tick": 66, + "vertices": 18, + "wall_ms": 1.805556 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 67, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.581728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.778625, + "renderer_cpu_ms": 1.774708, + "renderer_readback_cpu_ms": 0.497869, + "simulation_ms": 0.088206, + "snapshot_ms": 0.050255, + "texture_count": 1, + "tick": 67, + "vertices": 18, + "wall_ms": 1.926003 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 68, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.561504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.596983, + "renderer_cpu_ms": 1.592934, + "renderer_readback_cpu_ms": 0.493091, + "simulation_ms": 0.090892, + "snapshot_ms": 0.050685, + "texture_count": 1, + "tick": 68, + "vertices": 18, + "wall_ms": 1.74904 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 69, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.747566, + "renderer_cpu_ms": 1.743348, + "renderer_readback_cpu_ms": 0.469416, + "simulation_ms": 0.093086, + "snapshot_ms": 0.049503, + "texture_count": 1, + "tick": 69, + "vertices": 18, + "wall_ms": 1.900555 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 70, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.805375, + "renderer_cpu_ms": 1.8005660000000001, + "renderer_readback_cpu_ms": 0.454858, + "simulation_ms": 0.086914, + "snapshot_ms": 0.049774, + "texture_count": 1, + "tick": 70, + "vertices": 18, + "wall_ms": 1.952242 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 71, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.529756, + "renderer_cpu_ms": 1.52691, + "renderer_readback_cpu_ms": 0.418029, + "simulation_ms": 0.097013, + "snapshot_ms": 0.049683, + "texture_count": 1, + "tick": 71, + "vertices": 18, + "wall_ms": 1.686512 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 72, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.569792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.766993, + "renderer_cpu_ms": 1.762535, + "renderer_readback_cpu_ms": 0.524329, + "simulation_ms": 0.099007, + "snapshot_ms": 0.069871, + "texture_count": 1, + "tick": 72, + "vertices": 18, + "wall_ms": 1.944408 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 73, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.96183, + "renderer_cpu_ms": 1.957552, + "renderer_readback_cpu_ms": 0.508109, + "simulation_ms": 0.12178, + "snapshot_ms": 0.067898, + "texture_count": 1, + "tick": 73, + "vertices": 18, + "wall_ms": 2.160656 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 74, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.57328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.816436, + "renderer_cpu_ms": 1.812549, + "renderer_readback_cpu_ms": 0.410204, + "simulation_ms": 0.135175, + "snapshot_ms": 0.064151, + "texture_count": 1, + "tick": 74, + "vertices": 18, + "wall_ms": 2.024759 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 75, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.564768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.652527, + "renderer_cpu_ms": 1.647568, + "renderer_readback_cpu_ms": 0.548825, + "simulation_ms": 0.116089, + "snapshot_ms": 0.04753, + "texture_count": 1, + "tick": 75, + "vertices": 18, + "wall_ms": 1.825173 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 76, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.90365, + "renderer_cpu_ms": 1.89814, + "renderer_readback_cpu_ms": 0.534929, + "simulation_ms": 0.12684, + "snapshot_ms": 0.087775, + "texture_count": 1, + "tick": 76, + "vertices": 18, + "wall_ms": 2.128695 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 77, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.878834, + "renderer_cpu_ms": 1.873083, + "renderer_readback_cpu_ms": 0.500263, + "simulation_ms": 0.152257, + "snapshot_ms": 0.069301, + "texture_count": 1, + "tick": 77, + "vertices": 18, + "wall_ms": 2.111072 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 78, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.55984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.815124, + "renderer_cpu_ms": 1.810455, + "renderer_readback_cpu_ms": 0.538877, + "simulation_ms": 0.146246, + "snapshot_ms": 0.078278, + "texture_count": 1, + "tick": 78, + "vertices": 18, + "wall_ms": 2.050758 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 79, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.039407, + "renderer_cpu_ms": 2.035209, + "renderer_readback_cpu_ms": 0.57279, + "simulation_ms": 0.179308, + "snapshot_ms": 0.071866, + "texture_count": 1, + "tick": 79, + "vertices": 18, + "wall_ms": 2.301491 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 80, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.179391, + "renderer_cpu_ms": 2.174773, + "renderer_readback_cpu_ms": 0.479614, + "simulation_ms": 0.130166, + "snapshot_ms": 0.074591, + "texture_count": 1, + "tick": 80, + "vertices": 18, + "wall_ms": 2.394717 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 81, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.55968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.763276, + "renderer_cpu_ms": 1.758056, + "renderer_readback_cpu_ms": 0.535871, + "simulation_ms": 0.147539, + "snapshot_ms": 0.0742, + "texture_count": 1, + "tick": 81, + "vertices": 18, + "wall_ms": 1.994813 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 82, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.787211, + "renderer_cpu_ms": 1.782232, + "renderer_readback_cpu_ms": 0.511474, + "simulation_ms": 0.136958, + "snapshot_ms": 0.070924, + "texture_count": 1, + "tick": 82, + "vertices": 18, + "wall_ms": 2.005513 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 83, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.55984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.972922, + "renderer_cpu_ms": 1.967431, + "renderer_readback_cpu_ms": 0.535079, + "simulation_ms": 0.135425, + "snapshot_ms": 0.070042, + "texture_count": 1, + "tick": 83, + "vertices": 18, + "wall_ms": 2.188308 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 84, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.577408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.969516, + "renderer_cpu_ms": 1.964055, + "renderer_readback_cpu_ms": 0.523257, + "simulation_ms": 0.124234, + "snapshot_ms": 0.069812, + "texture_count": 1, + "tick": 84, + "vertices": 18, + "wall_ms": 2.174182 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 85, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.575072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.885025, + "renderer_cpu_ms": 1.880146, + "renderer_readback_cpu_ms": 0.552913, + "simulation_ms": 0.122181, + "snapshot_ms": 0.072446, + "texture_count": 1, + "tick": 85, + "vertices": 18, + "wall_ms": 2.089711 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 86, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.974665, + "renderer_cpu_ms": 1.969966, + "renderer_readback_cpu_ms": 0.509591, + "simulation_ms": 0.120257, + "snapshot_ms": 0.069832, + "texture_count": 1, + "tick": 86, + "vertices": 18, + "wall_ms": 2.174612 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 87, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.5744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.005373, + "renderer_cpu_ms": 1.999742, + "renderer_readback_cpu_ms": 0.530311, + "simulation_ms": 0.124926, + "snapshot_ms": 0.069531, + "texture_count": 1, + "tick": 87, + "vertices": 18, + "wall_ms": 2.209748 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 88, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.564416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.863765, + "renderer_cpu_ms": 1.858676, + "renderer_readback_cpu_ms": 0.57264, + "simulation_ms": 0.122371, + "snapshot_ms": 0.096682, + "texture_count": 1, + "tick": 88, + "vertices": 18, + "wall_ms": 2.093759 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 89, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.007367, + "renderer_cpu_ms": 2.001956, + "renderer_readback_cpu_ms": 0.555188, + "simulation_ms": 0.144853, + "snapshot_ms": 0.071295, + "texture_count": 1, + "tick": 89, + "vertices": 18, + "wall_ms": 2.234746 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 90, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.91912, + "renderer_cpu_ms": 1.914692, + "renderer_readback_cpu_ms": 0.510643, + "simulation_ms": 0.127941, + "snapshot_ms": 0.073189, + "texture_count": 1, + "tick": 90, + "vertices": 18, + "wall_ms": 2.130639 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 91, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.564544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.833599, + "renderer_cpu_ms": 1.82895, + "renderer_readback_cpu_ms": 0.563904, + "simulation_ms": 0.12207, + "snapshot_ms": 0.070924, + "texture_count": 1, + "tick": 91, + "vertices": 18, + "wall_ms": 2.037243 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 92, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.939588, + "renderer_cpu_ms": 1.93468, + "renderer_readback_cpu_ms": 0.495855, + "simulation_ms": 0.128953, + "snapshot_ms": 0.071304, + "texture_count": 1, + "tick": 92, + "vertices": 18, + "wall_ms": 2.150215 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 93, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.947383, + "renderer_cpu_ms": 1.942905, + "renderer_readback_cpu_ms": 0.485896, + "simulation_ms": 0.12711, + "snapshot_ms": 0.071715, + "texture_count": 1, + "tick": 93, + "vertices": 18, + "wall_ms": 2.158471 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 94, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.792882, + "renderer_cpu_ms": 1.787451, + "renderer_readback_cpu_ms": 0.521664, + "simulation_ms": 0.17531, + "snapshot_ms": 0.088557, + "texture_count": 1, + "tick": 94, + "vertices": 18, + "wall_ms": 2.067079 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 95, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.002487, + "renderer_cpu_ms": 1.997568, + "renderer_readback_cpu_ms": 0.483552, + "simulation_ms": 0.144502, + "snapshot_ms": 0.071595, + "texture_count": 1, + "tick": 95, + "vertices": 18, + "wall_ms": 2.229025 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 96, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.817097, + "renderer_cpu_ms": 1.812369, + "renderer_readback_cpu_ms": 0.520251, + "simulation_ms": 0.123173, + "snapshot_ms": 0.066635, + "texture_count": 1, + "tick": 96, + "vertices": 18, + "wall_ms": 2.017636 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 97, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.931152, + "renderer_cpu_ms": 1.926003, + "renderer_readback_cpu_ms": 0.491828, + "simulation_ms": 0.117983, + "snapshot_ms": 0.067627, + "texture_count": 1, + "tick": 97, + "vertices": 18, + "wall_ms": 2.126441 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 98, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.567296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.805115, + "renderer_cpu_ms": 1.799775, + "renderer_readback_cpu_ms": 0.493831, + "simulation_ms": 0.129364, + "snapshot_ms": 0.067347, + "texture_count": 1, + "tick": 98, + "vertices": 18, + "wall_ms": 2.01438 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 99, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.968533, + "renderer_cpu_ms": 1.962862, + "renderer_readback_cpu_ms": 0.534488, + "simulation_ms": 0.119506, + "snapshot_ms": 0.072026, + "texture_count": 1, + "tick": 99, + "vertices": 18, + "wall_ms": 2.170975 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 100, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.570656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.965277, + "renderer_cpu_ms": 1.959918, + "renderer_readback_cpu_ms": 0.533597, + "simulation_ms": 0.11651, + "snapshot_ms": 0.068669, + "texture_count": 1, + "tick": 100, + "vertices": 18, + "wall_ms": 2.160725 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 101, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.562624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.813621, + "renderer_cpu_ms": 1.808561, + "renderer_readback_cpu_ms": 0.542153, + "simulation_ms": 0.124645, + "snapshot_ms": 0.070032, + "texture_count": 1, + "tick": 101, + "vertices": 18, + "wall_ms": 2.018998 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 102, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.997227, + "renderer_cpu_ms": 1.992398, + "renderer_readback_cpu_ms": 0.528577, + "simulation_ms": 0.124325, + "snapshot_ms": 0.065664, + "texture_count": 1, + "tick": 102, + "vertices": 18, + "wall_ms": 2.197305 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 103, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.936072, + "renderer_cpu_ms": 1.931534, + "renderer_readback_cpu_ms": 0.545028, + "simulation_ms": 0.13769, + "snapshot_ms": 0.067988, + "texture_count": 1, + "tick": 103, + "vertices": 18, + "wall_ms": 2.152921 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 104, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.566752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.836675, + "renderer_cpu_ms": 1.832216, + "renderer_readback_cpu_ms": 0.548815, + "simulation_ms": 0.123623, + "snapshot_ms": 0.070243, + "texture_count": 1, + "tick": 104, + "vertices": 18, + "wall_ms": 2.039718 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 105, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.937435, + "renderer_cpu_ms": 1.932004, + "renderer_readback_cpu_ms": 0.532675, + "simulation_ms": 0.12724, + "snapshot_ms": 0.071064, + "texture_count": 1, + "tick": 105, + "vertices": 18, + "wall_ms": 2.145788 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 106, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.949267, + "renderer_cpu_ms": 1.944899, + "renderer_readback_cpu_ms": 0.484404, + "simulation_ms": 0.125186, + "snapshot_ms": 0.071776, + "texture_count": 1, + "tick": 106, + "vertices": 18, + "wall_ms": 2.155446 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 107, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.55952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.829651, + "renderer_cpu_ms": 1.824842, + "renderer_readback_cpu_ms": 0.54618, + "simulation_ms": 0.123223, + "snapshot_ms": 0.069941, + "texture_count": 1, + "tick": 107, + "vertices": 18, + "wall_ms": 2.031612 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 108, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.217202, + "renderer_cpu_ms": 2.213506, + "renderer_readback_cpu_ms": 0.517115, + "simulation_ms": 0.171744, + "snapshot_ms": 0.072407, + "texture_count": 1, + "tick": 108, + "vertices": 18, + "wall_ms": 2.473435 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 109, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.145527, + "renderer_cpu_ms": 2.141489, + "renderer_readback_cpu_ms": 0.462592, + "simulation_ms": 0.12166, + "snapshot_ms": 0.070372, + "texture_count": 1, + "tick": 109, + "vertices": 18, + "wall_ms": 2.346707 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 110, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.559936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.568428, + "renderer_cpu_ms": 1.565173, + "renderer_readback_cpu_ms": 0.451591, + "simulation_ms": 0.084289, + "snapshot_ms": 0.050746, + "texture_count": 1, + "tick": 110, + "vertices": 18, + "wall_ms": 1.712039 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 111, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.575072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.618714, + "renderer_cpu_ms": 1.614245, + "renderer_readback_cpu_ms": 0.46673, + "simulation_ms": 0.087906, + "snapshot_ms": 0.049824, + "texture_count": 1, + "tick": 111, + "vertices": 18, + "wall_ms": 1.765821 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 112, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.727499, + "renderer_cpu_ms": 1.724442, + "renderer_readback_cpu_ms": 0.460098, + "simulation_ms": 0.107513, + "snapshot_ms": 0.050996, + "texture_count": 1, + "tick": 112, + "vertices": 18, + "wall_ms": 1.895906 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 113, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.951251, + "renderer_cpu_ms": 1.946732, + "renderer_readback_cpu_ms": 0.553985, + "simulation_ms": 0.090651, + "snapshot_ms": 0.048161, + "texture_count": 1, + "tick": 113, + "vertices": 18, + "wall_ms": 2.098729 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 114, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.564, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 1.991887, + "renderer_cpu_ms": 1.986167, + "renderer_readback_cpu_ms": 0.584563, + "simulation_ms": 0.197402, + "snapshot_ms": 0.103345, + "texture_count": 1, + "tick": 114, + "vertices": 18, + "wall_ms": 2.304727 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 115, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.235557, + "renderer_cpu_ms": 2.228594, + "renderer_readback_cpu_ms": 0.632423, + "simulation_ms": 0.163709, + "snapshot_ms": 0.104016, + "texture_count": 1, + "tick": 115, + "vertices": 18, + "wall_ms": 2.515655 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 116, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.120149, + "renderer_cpu_ms": 2.11536, + "renderer_readback_cpu_ms": 0.525752, + "simulation_ms": 0.21704, + "snapshot_ms": 0.113824, + "texture_count": 1, + "tick": 116, + "vertices": 18, + "wall_ms": 2.463908 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 117, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.560832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.066218, + "renderer_cpu_ms": 2.060817, + "renderer_readback_cpu_ms": 0.540891, + "simulation_ms": 0.161735, + "snapshot_ms": 0.102965, + "texture_count": 1, + "tick": 117, + "vertices": 18, + "wall_ms": 2.341728 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 118, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.5608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.140958, + "renderer_cpu_ms": 2.135428, + "renderer_readback_cpu_ms": 0.583771, + "simulation_ms": 0.161374, + "snapshot_ms": 0.105369, + "texture_count": 1, + "tick": 118, + "vertices": 18, + "wall_ms": 2.419674 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 119, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.570784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.098769, + "renderer_cpu_ms": 2.09378, + "renderer_readback_cpu_ms": 0.518818, + "simulation_ms": 0.161685, + "snapshot_ms": 0.103385, + "texture_count": 1, + "tick": 119, + "vertices": 18, + "wall_ms": 2.37508 + }, + { + "draw_calls": 3, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 120, + "gpu_allocated_bytes": 15746832, + "gpu_ms": 0.56064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.027695, + "renderer_cpu_ms": 2.022916, + "renderer_readback_cpu_ms": 0.530922, + "simulation_ms": 0.171944, + "snapshot_ms": 0.112011, + "texture_count": 1, + "tick": 120, + "vertices": 18, + "wall_ms": 2.323673 + } + ], + "simulation_mode": "synthetic_fixed_timestep", + "startup_ms": { + "main_to_first_frame": 275.112347, + "renderer_initialization": 266.707272, + "scene_read": 1.788614, + "world_initialization": 0.425793 + }, + "summary_ms": { + "gpu": { + "max": 0.585024, + "min": 0.558816, + "p50": 0.560416, + "p95": 0.577312, + "samples": 120 + }, + "render_call": { + "max": 4.487375, + "min": 1.483498, + "p50": 1.856402, + "p95": 2.145527, + "samples": 120 + }, + "renderer_cpu": { + "max": 4.483287, + "min": 1.480312, + "p50": 1.851913, + "p95": 2.141489, + "samples": 120 + }, + "renderer_readback_cpu": { + "max": 2.631884, + "min": 0.383573, + "p50": 0.508409, + "p95": 0.57264, + "samples": 120 + }, + "simulation": { + "max": 0.21704, + "min": 0.084289, + "p50": 0.122371, + "p95": 0.17531, + "samples": 120 + }, + "snapshot": { + "max": 0.113824, + "min": 0.046728, + "p50": 0.067627, + "p95": 0.102965, + "samples": 120 + }, + "wall": { + "max": 4.747145, + "min": 1.658538, + "p50": 2.05683, + "p95": 2.394717, + "samples": 120 + } + }, + "timing_notes": "Durations use steady_clock wall time, not thread CPU usage. render_call/renderer_cpu include GPU waits, readback and window presentation. renderer_readback_cpu measures map/copy/unmap wall time within that call. GPU timestamps cover submitted rendering, not CPU work. A missing/zero GPU timestamp is null. Frame durations exclude profile bookkeeping and final capture/profile file writes. Startup begins at Player application entry after platform argument normalization, excluding OS loader/launcher.", + "validation_enabled": true, + "validation_errors": 0, + "version": 1, + "visibility_mode": "direct", + "width": 1280 +} diff --git a/docs/validation/lua-release-2026-09-24/lua-run.json b/docs/validation/lua-release-2026-09-24/lua-run.json new file mode 100644 index 0000000..85a8333 --- /dev/null +++ b/docs/validation/lua-release-2026-09-24/lua-run.json @@ -0,0 +1,18 @@ +{ + "arguments": [ + "/tmp/faset-playable-exports-yz70irb6/Faset Café 世界/lua/faset_player", + "--headless", + "--frames", + "120", + "--capture", + "/tmp/faset-playable-exports-yz70irb6/Faset Café 世界/lua/verification.ppm", + "--profile", + "/tmp/faset-playable-exports-yz70irb6/Faset Café 世界/lua/profile.json" + ], + "cwd": "/tmp/faset-playable-exports-yz70irb6/empty-working-directory", + "seconds": 0.6078518449794501, + "exit_code": 0, + "timed_out": false, + "stdout": "{\"device\":\"NVIDIA GeForce RTX 2080 Ti\",\"dimension\":2,\"effective_visibility_mode\":\"direct\",\"frames\":120,\"gpu_visibility_active\":false,\"ticks\":120,\"validation_errors\":0,\"visibility_mode\":\"direct\"}\n", + "stderr": "Lua player ready: A/D move, Space jump, E reset\n" +} diff --git a/docs/validation/lua-release-2026-09-24/lua-validate.json b/docs/validation/lua-release-2026-09-24/lua-validate.json new file mode 100644 index 0000000..b841af6 --- /dev/null +++ b/docs/validation/lua-release-2026-09-24/lua-validate.json @@ -0,0 +1,12 @@ +{ + "arguments": [ + "/tmp/faset-playable-exports-yz70irb6/Faset Café 世界/lua/faset_player", + "--validate" + ], + "cwd": "/tmp/faset-playable-exports-yz70irb6/empty-working-directory", + "seconds": 0.0062960259965620935, + "exit_code": 0, + "timed_out": false, + "stdout": "{\"dimension\":2,\"validated\":true}\n", + "stderr": "" +} diff --git a/docs/validation/lua-release-2026-09-24/lua.png b/docs/validation/lua-release-2026-09-24/lua.png new file mode 100644 index 0000000000000000000000000000000000000000..e03e19e8c8fafec7e5b1675929f15d54354cab1f GIT binary patch literal 4591 zcmeAS@N?(olHy`uVBq!ia0y~yUPbLQ@R zKF|2Goxh3C7kBZveV;#loxNQjXySugduP>xjDF+Dz|6ofL7@R?r-#4+poj`b0+1A9 zF#wXBOcD$X4J?d2KxZ{EurV+wj4B@unbAZrnmq<#NwDVi@$2RL>+jsLJ-3(T0T-|s zYY_eG8PBjy30SyY`*i-x->=IBB_8+y%d`a1u=s|Bz#{HI&G9AcVS-YV^$*Mg39>9- z3KEn7sSF3Ij06e#Ezv&^0}|Q6d-=L{M#E%Ipap?G`xv|h4=^y?mY%iGEurBu$ktxT zI>u`%KugWaioaXzYV1A0pbjru8{SGbGKzs@A?2;JL?dIEGMu{@$ejjqFj8sU(730G zEutM>{`RD@utl`MxjgAWZX=MpqvDeI0|}55`J3GmUUC=M01NJdi9mN3gWNhd$CSxC z9^%Aq#ahO5ia=|^mRB>Hff(OD-wD5PNj$+Bq~8_DC!)n@pkZ@0hSRJSSo@ult?Cj*23Xq`*D z=0(lZJo}nCwM-kP>(5V*|IqTDpJDoo4+ZwWS=fYtId`