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

Port: Fix Werror handling in build script #583

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

Drulikar
Copy link
Contributor

@Drulikar Drulikar commented Dec 2, 2024

Port from cmss13-devs/cmss13#7562

About the pull request

This PR partially ports
tgstation/tgstation#83015 fixing warnings not getting treated as errors due to a regex error. We want Werror to catch common things like unused variables in CI testing.

Removes an unused squad var causing warnings.

Explain why it's good for the game

More robust code

Testing Photographs and Procedure

https://github.com/cmss13-devs/cmss13/actions/runs/11770975974/job/32784168250?pr=7562

Changelog

No player facing changes.

# About the pull request

This PR partially ports
tgstation/tgstation#83015 fixing warnings not
getting treated as errors due to a regex error. We want Werror to catch
common things like unused variables in CI testing.

Removes an unused squad var causing warnings.

# Explain why it's good for the game

More robust code

# Testing Photographs and Procedure
<!-- Include any screenshots/videos/debugging steps of the modified code
functioning successfully, ideally including edge cases. -->

<!-- !! If you are modifying sprites, you **must** include one or more
in-game screenshots or videos of the new sprites. !! -->

https://github.com/cmss13-devs/cmss13/actions/runs/11770975974/job/32784168250?pr=7562

# Changelog
No player facing changes.
@github-actions github-actions bot added UI Missing Changelog Maintainers always document their changes. labels Dec 2, 2024
@Drulikar Drulikar changed the title Port: Fix Werror handling in build script (#7562) Port: Fix Werror handling in build script Dec 2, 2024
@harryob harryob merged commit cece3e4 into cmss13-devs:master Dec 3, 2024
38 checks passed
@Drulikar Drulikar deleted the Port_Werror_Fix branch December 4, 2024 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing Changelog Maintainers always document their changes. UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants