-
Notifications
You must be signed in to change notification settings - Fork 65
fix clang warnings #867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
YasInvolved
wants to merge
36
commits into
master
Choose a base branch
from
yas_fix_clang_warnings
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix clang warnings #867
Changes from 9 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
849c92f
fix -Wunreachable-code-break warnings
YasInvolved 6ba57a5
stop using deprecated header (codecvt)
YasInvolved a28b584
Merge branch 'ali_clang' of github.com:Devsh-Graphics-Programming/Nab…
YasInvolved 3208768
-Wzero-as-null-pointer-constant fixed
YasInvolved 805b139
use nbl:hlsl::isPoT instead of deprecated nbl::core::isPoT
YasInvolved d115839
initialize variables, replaced logical OR operator placed by mistake …
YasInvolved 3630e39
use bindImageMemory with std::span instead of deprecated pointer + co…
YasInvolved 833cb6e
use hlsl::PoT instead of core::PoT
YasInvolved cb2907c
use chrono structures instead of unsafe std::localtime
YasInvolved a47a1a4
fix more deprecation warnings
YasInvolved 5863dbf
comment out unused variables, fix "use template keyword to treat x as…
YasInvolved 3f7dd84
use validationsDisable variable
YasInvolved 261c6d3
remove or comment out unused variables
YasInvolved d5419ae
fix uninitialized fields and unused type alias
YasInvolved 59bef13
correct initialization order in ctor, fix -Wpessimizing-move
YasInvolved fef0034
fixed all warnings in ILogicalDevice.cpp + fixed missing brackets and…
YasInvolved 0e0c86c
fixed ILogger.h
YasInvolved 6c1fd49
fix blake.h and bitflag.h
YasInvolved 337d20c
fix -Wpragma-pack, fix -Wmissing-braces
YasInvolved b0592fa
fix the majority of the warnings in CAssetConverter.cpp
YasInvolved 4a82074
missing braces, silenced -Wformat-security, handle ECT_UNKNOWN
YasInvolved d6966bc
apply sign-safe comparisons to CForsythVertexCacheOptimizer
YasInvolved c5d63e4
fix CGeometryCreator
YasInvolved a4be8c4
fill missing fields, introduce missing braces and comment out unused …
YasInvolved 3337aeb
update branch
YasInvolved 8a52351
Merge with mesh_loaders
YasInvolved d8d7249
fix majority of build errors after branch update (clang-cl)
YasInvolved 5d683db
smart error fix
YasInvolved 6c48847
fix majority of warnings in CAssetConverter, fix missing case stateme…
YasInvolved 26fa3f1
fix matrix3x4SIMD and matrix4SIMD inline operators and functions
YasInvolved 37d14d4
mix initializers list orders, different signs comparisons and unused …
YasInvolved 02bde10
fix warnings in IFileArchive
YasInvolved a0dc62b
remove unused type alias in iee754.hlsl, fix signed and unsigned comp…
YasInvolved 79f0f01
fix cast from FARPROC, put missing braces, silence infinity and NaN w…
YasInvolved 4df3048
silence another -Wnan-infinity-disabled
YasInvolved 1db03f2
explicit cast 0u to unsigned char, cast FARPROC to void*
YasInvolved File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i fixed this already, you'll conflict. I actually did a lot edits that will cause conflicts