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 and Visual Studio warnings #25425

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

Conversation

Jojo-Schmitz
Copy link
Contributor

@Jojo-Schmitz Jojo-Schmitz commented Nov 4, 2024

  • reg.: declaration of 'bendFor' hides previous local declaration (C4456)
  • reg.: declaration of 'groupBox' hides class member (C4458)
  • reg.: Function definition for 'xMostEdgeAtY' not found (VCR001) and remove a superfluous include
  • reg. 'argument': conversion from 'size_t' to 'int', possible loss of data (C4267)

@Jojo-Schmitz Jojo-Schmitz force-pushed the compiler-warnigs branch 3 times, most recently from a56aa54 to f38c4fc Compare November 7, 2024 17:56
@Jojo-Schmitz Jojo-Schmitz force-pushed the compiler-warnigs branch 2 times, most recently from ff44645 to 888266d Compare November 7, 2024 18:08
@Jojo-Schmitz Jojo-Schmitz changed the title Fix MSVC compiler warnings Fix MSVC compiler and Visual Studio warnings Nov 7, 2024
@Jojo-Schmitz Jojo-Schmitz force-pushed the compiler-warnigs branch 2 times, most recently from f2bceb0 to dbf6737 Compare November 8, 2024 08:25
reg.: declaration of 'bendFor' hides previous local declaration (C4456)
reg.: declaration of 'groupBox' hides class member (C4458)
reg.: Function definition for 'xMostEdgeAtY' not found (VCR001)
Also removed an unneeded include that came in via the same PR as the above dead code
reg. 'argument': conversion from 'size_t' to 'int', possible loss of data (C4267)
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