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

Fix build warning in ruleset parser #17

Merged
merged 1 commit into from
Nov 1, 2022
Merged

Conversation

DmitriyMusatkin
Copy link
Contributor

Issue #, if available:

Description of changes:
Enums have int types according to the standard. Assigning size_t to enum value will result in a warning on some platforms.
Switching the loop variable type to be int

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@DmitriyMusatkin DmitriyMusatkin merged commit 1986e34 into main Nov 1, 2022
@DmitriyMusatkin DmitriyMusatkin deleted the ios_warning_fix branch November 1, 2022 00:00
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.

3 participants