X Tutup
Skip to content

JANITORIAL: Fix some release build warnings#6592

Merged
sev- merged 1 commit intoscummvm:masterfrom
orgads:release-warnings
May 4, 2025
Merged

JANITORIAL: Fix some release build warnings#6592
sev- merged 1 commit intoscummvm:masterfrom
orgads:release-warnings

Conversation

@orgads
Copy link
Contributor

@orgads orgads commented May 3, 2025

  • Unused locals (assert is no-op in release build)
  • Bad usage of strncpy
  • Uninitialized variables

@orgads orgads requested a review from sev- May 3, 2025 21:31
* Unused locals (assert is no-op in release build)
* Bad usage of strncpy
* Uninitialized variables
@orgads orgads force-pushed the release-warnings branch from a5dc9b8 to 9a55925 Compare May 4, 2025 09:35
@sev-
Copy link
Member

sev- commented May 4, 2025

Thanks!

@sev- sev- merged commit c5c083d into scummvm:master May 4, 2025
8 checks passed
@orgads orgads deleted the release-warnings branch May 4, 2025 20:50
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

X Tutup