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

Testing: Fix unused variable warning in SMTCheckerTests on other platforms than Windows/Linux/Macos #15856

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

blishko
Copy link
Contributor

@blishko blishko commented Feb 13, 2025

Resolves #15679.

The SMTCheckerTest setting SMTIgnoreOS, which disables a test on the specified platforms, is ignored on other platforms than Windows/Linux/Macos. That's fine, because we do not have other operating systems in CI.
However, the current code was causing an unused-variable warning on other platforms, which we need to silence explicitly.

@blishko blishko requested a review from cameel February 13, 2025 07:32
@cameel cameel changed the title Testing: Fix unused variable warning in SMTCheckerTests on other platforms than Windowns/Linux/Macos Testing: Fix unused variable warning in SMTCheckerTests on other platforms than Windows/Linux/Macos Feb 13, 2025
@blishko blishko merged commit e0e661f into develop Feb 13, 2025
75 checks passed
@blishko blishko deleted the smt-fix-build-on-less-standard-os branch February 13, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SMTIgnoreOS test setting breaks SMTChecker testing on OSes other than Windows, macOS and Linux
2 participants