Skip to content

Fixed clang warnings#623

Merged
adriengivry merged 3 commits into
mainfrom
fix/clang_warnings
Dec 1, 2025
Merged

Fixed clang warnings#623
adriengivry merged 3 commits into
mainfrom
fix/clang_warnings

Conversation

@adriengivry

@adriengivry adriengivry commented Nov 24, 2025

Copy link
Copy Markdown
Member

Description

Since we now use other compilers than MSVC, a lot of new warnings surfaced.
This PR aims to fix all these warnings.

To-Do

  • Fix tab issues
  • Update premake configuration to consider warnings as errors
  • Fix MSVC errors

Related Issue(s)

Fixes #622

Review Guidance

Write here.

Screenshots/GIFs

Write here.

@adriengivry adriengivry self-assigned this Nov 24, 2025
@adriengivry adriengivry added the Refactoring Something that needs a refactoring label Nov 24, 2025
Comment thread Sources/OvEditor/src/OvEditor/Core/Context.cpp
Comment thread Sources/OvGame/src/OvGame/Core/Context.cpp
Comment thread Sources/OvCore/src/OvCore/ResourceManagement/MaterialManager.cpp
Comment thread Sources/OvCore/src/OvCore/ResourceManagement/ModelManager.cpp
Comment thread Sources/OvCore/src/OvCore/ResourceManagement/ShaderManager.cpp
Comment thread Sources/OvCore/src/OvCore/ResourceManagement/SoundManager.cpp
Comment thread Sources/OvCore/src/OvCore/ResourceManagement/TextureManager.cpp
@adriengivry adriengivry changed the title [WIP] Fixed clang warnings Fixed clang warnings Nov 25, 2025
@adriengivry
adriengivry marked this pull request as ready for review November 25, 2025 18:55
@adriengivry
adriengivry merged commit 250ee3c into main Dec 1, 2025
4 checks passed
@adriengivry
adriengivry deleted the fix/clang_warnings branch December 1, 2025 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Refactoring Something that needs a refactoring

Development

Successfully merging this pull request may close these issues.

Address Clang compilation warnings

2 participants