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 MSVC Compiler warnings #26311

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Jojo-Schmitz
Copy link
Contributor

@Jojo-Schmitz Jojo-Schmitz commented Feb 3, 2025

  • reg.: 'initializing': conversion from 'size_t' to 'int', possible loss of data (C4267)
  • reg.: declaration of 'tourId' hides function parameter (C4457)
  • reg.: declaration of 'pair' hides previous local declaration (C4456)

@cbjeukendrup cbjeukendrup requested a review from Eism February 3, 2025 13:28
@Jojo-Schmitz Jojo-Schmitz force-pushed the compiler-warnings branch 2 times, most recently from a7d8f85 to 8597888 Compare February 4, 2025 13:20
reg.: conversion from 'size_t' to 'int', possible loss of data (C4267)
reg.: declaration of 'tourId' hides function parameter (C4457)
reg.: declaration of 'pair' hides previous local declaration (C4456)
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.

1 participant