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 warning #26656

Merged
merged 4 commits into from
Feb 28, 2025

Conversation

Jojo-Schmitz
Copy link
Contributor

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

  • reg.: conversion from 'size_t' to 'int', possible loss of data (C4267) (so far) master only
  • reg.: declaration of 'playback' hides class member (C4458) master and 4.5.0 (merged in 4.5.0 already, see 4.5.0: Fix MSVC compiler warning #26763)
  • reg.: 'isLayerVisible': unreferenced function with internal linkage has been removed (C4505) master and 4.5.0
  • reg.: declaration of 'ctx' hides previous local declaration master and 4.5.0

@Jojo-Schmitz Jojo-Schmitz force-pushed the compiler-warnings branch 8 times, most recently from 3efbfc3 to 6987e38 Compare February 27, 2025 16:55
reg.: 'initializing': conversion from 'size_t' to 'int', possible loss of data (C4267)
reg.: declaration of 'playback' hides class member (C4458)
reg.: 'isLayerVisible': unreferenced function with internal linkage has been removed (C4505)
reg.: declaration of 'ctx' hides previous local declaration
@RomanPudashkin RomanPudashkin merged commit 6491f45 into musescore:master Feb 28, 2025
11 checks passed
@Jojo-Schmitz Jojo-Schmitz deleted the compiler-warnings branch February 28, 2025 09: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