-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
Compiler warnings elimination #713
Open
5 of 25 tasks
Comments
This was
linked to
pull requests
Apr 29, 2023
Merged
Xottab-DUTY
added a commit
that referenced
this issue
Apr 29, 2023
Xottab-DUTY
added a commit
that referenced
this issue
Apr 30, 2023
Xottab-DUTY
added a commit
that referenced
this issue
Apr 30, 2023
Xottab-DUTY
added a commit
that referenced
this issue
Apr 30, 2023
Xottab-DUTY
added a commit
that referenced
this issue
Apr 30, 2023
Xottab-DUTY
added a commit
that referenced
this issue
Apr 30, 2023
Xottab-DUTY
added a commit
that referenced
this issue
Apr 30, 2023
Xottab-DUTY
pushed a commit
that referenced
this issue
Nov 29, 2023
alsed
added a commit
to alsed/xray-16
that referenced
this issue
Dec 21, 2024
…ness (2) - advances OpenXRay#713 and eliminates all warnings concerning this operation: - in R_dsgraph_structure::load() / r__dsgraph_build.cpp - var 'vcnt' converted to u32 in R_Backend_DBG.cpp - several for loops in light.cpp - several for loops in in DetailManager_CACHE.cpp - var 'filled_blocks' converted from int to i32, in SoundRender_Emitter.cpp - in CSoundRender_Core::create() / SoundRender_Core.cpp, explicit convertion of var 'sg_SourceType' to int - for loop in CollectorPacked::CollectorPacked() / xrCDB_Collector.cpp - several for loops in Frustum.cpp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting from the creation of this task, #116 is a subtask of this task.
MSVC:
GCC:
make
For history:
Tools:
PVS-Studio
CppDepend (includes cppcheck, Clang-Tidy, Vera++)
ReSharper C++ (includes Clang and Clang-Tidy check plus it's own analysis)
Visual Assist (has it's own code inspection)
https://habr.com/ru/articles/75123/
https://habr.com/ru/companies/pvs-studio/articles/303664/
The text was updated successfully, but these errors were encountered: