Skip to content

deps: bump ThirdParty/SDL2 from b8b3f5e to 0e802c1#541

Open
dependabot[bot] wants to merge 1 commit into
Workingfrom
dependabot/submodules/ThirdParty/SDL2-0e802c1
Open

deps: bump ThirdParty/SDL2 from b8b3f5e to 0e802c1#541
dependabot[bot] wants to merge 1 commit into
Workingfrom
dependabot/submodules/ThirdParty/SDL2-0e802c1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps ThirdParty/SDL2 from b8b3f5e to 0e802c1.

Commits
  • 0e802c1 Add Mayflash N64 Controller Adapter mapping for SDL2
  • 20d8ca0 ci: bump freebsd and cross-platform-actions
  • de43383 SDL_cocoawindow.m: work-around build error due to -Wgnu-folding-constant
  • bc51812 cmake: disable MSVC RUNTIME CHECKS for no-libc shared SDL2 library
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ThirdParty/SDL2](https://github.com/libsdl-org/SDL) from `b8b3f5e` to `0e802c1`.
- [Release notes](https://github.com/libsdl-org/SDL/releases)
- [Commits](libsdl-org/SDL@b8b3f5e...0e802c1)

---
updated-dependencies:
- dependency-name: ThirdParty/SDL2
  dependency-version: 0e802c12c01ae0879424a13050591d7aa8304691
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, submodules. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown
Contributor

🔍 CodeQL Report

Language: c-cpp
Errors: 0 | Warnings: 50 | Notes: 0

⚠️ Warnings (50)
Rule Location Message
cpp/integer-multiplication-cast-to-long ThirdParty/AI/recastnavigation/Recast/Source/RecastMesh.cpp:1137 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/AI/recastnavigation/Recast/Source/RecastMesh.cpp:878 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/audio/SDL_audiocvt.c:260 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2410 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2412 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2429 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2436 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2448 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_render.c:2455 Multiplication result may overflow 'float' before it is converted to 'double'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_yuv_sw.c:126 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/SDL_yuv_sw.c:190 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:913 Multiplication result may overflow 'int' before it is converted to 'size_t'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengl/SDL_render_gl.c:486 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengl/SDL_render_gl.c:491 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:604 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:426 Multiplication result may overflow 'int' before it is converted to 'size_t'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:341 Multiplication result may overflow 'int' before it is converted to 'size_t'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles2/SDL_render_gles2.c:1486 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/render/opengles2/SDL_render_gles2.c:1489 Multiplication result may overflow 'int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/video/SDL_stretch.c:419 Multiplication result may overflow 'int' before it is converted to 'long'.
cpp/integer-multiplication-cast-to-long ThirdParty/SDL2/src/video/SDL_stretch.c:294 Multiplication result may overflow 'int' before it is converted to 'long'.
cpp/integer-multiplication-cast-to-long ThirdParty/Utils/stb/stb_image.h:177 Multiplication result may overflow 'int' before it is converted to 'size_t'.
cpp/integer-multiplication-cast-to-long ThirdParty/Utils/json/nlohmann_json.h:629 Multiplication result may overflow 'int' before it is converted to 'size_type'.
cpp/integer-multiplication-cast-to-long ThirdParty/Utils/json/nlohmann_json.h:630 Multiplication result may overflow 'int' before it is converted to 'size_type'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:209 Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1026 Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1162 Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1615 Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:531 Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'.
cpp/integer-multiplication-cast-to-long ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:589 Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'.
... ... 20 more findings omitted

Updated: 2026-07-13T04:26:38Z — this comment is updated in-place, not duplicated.

@github-actions

Copy link
Copy Markdown
Contributor

❌ CI Error Report

Failed jobs: check-format, clang-tidy, coverage, linux-asan, linux-clang-Debug, linux-gcc-Debug, linux-tsan, macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL
Errors: 5 | Test failures: 0 | Compiler warnings: 8

Build Errors

File Line Error Jobs
SparkEngine/Source/Graphics/GraphicsEngine.h 1125 code should be clang-formatted [-Wclang-format-violations] check-format
GameModules/SparkGameMMOFPS/Source/Game/TFPingSystem.cpp 502 ‘XMVectorSetW’ was not declared in this scope coverage
GameModules/SparkGameMMOFPS/Source/Game/TFPingSystem.cpp 502 ‘XMVectorSetW’ was not declared in this scope linux-asan, linux-gcc-Debug, linux-tsan
GameModules/SparkGameMMOFPS/Source/World/TFRegionDecor.h 52 'DirectXMath.h' file not found linux-clang-Debug
tem.cpp 502 u e of undeclared identifier 'XMVectorSetW' macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL
Full error output
SparkEngine/Source/Graphics/GraphicsEngine.h:1125:49: error: code should be clang-formatted [-Wclang-format-violations]
GameModules/SparkGameMMOFPS/Source/Game/TFPingSystem.cpp:502:23: error: ‘XMVectorSetW’ was not declared in this scope
../../../GameModules/SparkGameMMOFPS/Source/Game/TFPingSystem.cpp:502:23: error: ‘XMVectorSetW’ was not declared in this scope
GameModules/SparkGameMMOFPS/Source/World/TFRegionDecor.h:52:10: fatal error: 'DirectXMath.h' file not found
../../../GameModule /SparkGameMMOFPS/Source/Game/TFPingSy tem.cpp:502:23: error: u e of undeclared identifier 'XMVectorSetW'
Compiler Warnings (8)
GameModules/SparkGameMMOFPS/Source/Persistence/TFUnlockTree.h:6:15: warning: "/*" within comment [-Wcomment] [coverage]
GameModules/SparkGameFPS/Source/Game/Game.cpp:468:22: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable] [coverage]
GameModules/SparkGameFPS/Source/Game/Game.cpp:469:22: warning: variable ‘vel’ set but not used [-Wunused-but-set-variable] [coverage]
../../../GameModules/SparkGameFPS/Source/Game/Game.cpp:468:22: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable] [linux-asan, linux-gcc-Debug, linux-tsan]
../../../GameModules/SparkGameFPS/Source/Game/Game.cpp:469:22: warning: variable ‘vel’ set but not used [-Wunused-but-set-variable] [linux-asan, linux-gcc-Debug, linux-tsan]
../../../GameModules/SparkGameMMOFPS/Source/Persistence/TFUnlockTree.h:6:15: warning: "/*" within comment [-Wcomment] [linux-asan, linux-gcc-Debug, linux-tsan]
../../../GameModules/SparkGameMMOFPS/Source/Persistence/TFUnlockTree.h:6:15: warning: '/*' within block comment [-Wcomment] [linux-clang-Debug]
../../../GameModule /SparkGameMMOFPS/Source/Per i tence/TFUnlockTree.h:6:15: warning: '/*' within block comment [-Wcomment] [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]

Updated: 2026-07-13T04:34:21Z — this comment is updated in-place, not duplicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants