Skip to content
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

fix: various internal fixes to address Sonar and other warnings #4577

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Dec 28, 2024

Chipping away at minor warnings and areas identified by static analysis as potentially problematic or hard to analyze.

  • benchmark.h: suppress warnings about uninitialized Benchmarker members.
  • dpxoutput.cpp: change some raw pointers to spans
  • dead code removal (color_ocio.cpp, filesystem.cpp, sysutil.cpp)
  • exclude build-scripts from static analysis
  • some misc warning suppression

Chipping away at minor warnings and areas identified by static analysis
as potentially problematic.

* benchmark.h: suppress warnings about uninitialized Benchmarker members.
* dpxoutput.cpp: change some raw pointers to spans
* dead code removal (color_ocio.cpp, filesystem.cpp, sysutil.cpp)
* exclude build-scripts from static analysis
* some misc warning suppression

Signed-off-by: Larry Gritz <[email protected]>
@lgritz lgritz merged commit fd411a6 into AcademySoftwareFoundation:main Dec 31, 2024
30 checks passed
@lgritz lgritz deleted the lg-analysis-warnings1 branch January 1, 2025 00:49
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.

2 participants