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: Remove shadow declarations #3293

Merged
merged 6 commits into from
Sep 19, 2024

Conversation

dkachuma
Copy link
Contributor

Trying to build with clang-17.0.4 issues errors of the form

CellBlockManager.cpp:252:13: error: declaration shadows a field of 'geos::FaceBuilder' [-Werror,-Wshadow]

This PR fixes this.

@dkachuma dkachuma added the type: bug Something isn't working label Aug 21, 2024
@dkachuma dkachuma self-assigned this Aug 21, 2024
@dkachuma dkachuma marked this pull request as ready for review August 21, 2024 16:17
@dkachuma dkachuma added the ci: run CUDA builds Allows to triggers (costly) CUDA jobs label Aug 21, 2024
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.32%. Comparing base (7ff2349) to head (8cd7684).
Report is 84 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3293   +/-   ##
========================================
  Coverage    56.32%   56.32%           
========================================
  Files         1065     1065           
  Lines        90210    90210           
========================================
  Hits         50807    50807           
  Misses       39403    39403           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CusiniM
Copy link
Collaborator

CusiniM commented Sep 19, 2024

one of the CI jobs should have clang17...

@rrsettgast rrsettgast added the ci: run integrated tests Allows to run the integrated tests in GEOS CI label Sep 19, 2024
@rrsettgast rrsettgast merged commit eb7c6b2 into develop Sep 19, 2024
25 checks passed
@rrsettgast rrsettgast deleted the dkachuma/refactor/clang-17.0.4-build branch September 19, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants