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

chore: resolve ValidChar function lint/compile warnings (#234) #242

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

cwaldren-ld
Copy link
Contributor

This is a cherry-pick from a PR already merged on server-side branch.

The argument to `ValidChar` is a `char`, so its max value is `255`
rendering the check redundant. This causes a warning on our Mac
compilations as well as a linter warning.

---------

Co-authored-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com>
@cwaldren-ld cwaldren-ld marked this pull request as ready for review September 11, 2023 20:30
@cwaldren-ld cwaldren-ld requested a review from a team September 11, 2023 20:30
@cwaldren-ld cwaldren-ld enabled auto-merge (squash) September 11, 2023 20:31
@cwaldren-ld cwaldren-ld merged commit f74260d into main Sep 11, 2023
10 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/valid-char-main branch September 11, 2023 20:46
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