Skip to content

Clean up compiler warnings across Windows, Linux, and macOS source builds - #183

Merged
DiyunZ merged 5 commits into
cmp-illinois:mainfrom
DiyunZ:warnin_fix
Sep 1, 2026
Merged

Clean up compiler warnings across Windows, Linux, and macOS source builds#183
DiyunZ merged 5 commits into
cmp-illinois:mainfrom
DiyunZ:warnin_fix

Conversation

@DiyunZ

@DiyunZ DiyunZ commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Closes #182

DiyunZ and others added 5 commits August 31, 2026 20:29
Remove two write-only values that trigger Apple Clang diagnostics and make the macOS CI build reject future warning regressions.
The unused conversions discarded atoi results, triggering Linux -Wunused-result.
Keep warning-as-error logs actionable by avoiding runner and dependency setup warnings.
@DiyunZ
DiyunZ merged commit 03cd603 into cmp-illinois:main Sep 1, 2026
4 checks passed
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.

Clean up compiler warnings across Windows, Linux, and macOS source builds

1 participant