Skip to content

Fix sign comparison warning for int and size_t at line 1136#16

Open
grahamPatico wants to merge 1 commit intorickkas7:masterfrom
grahamPatico:fix-sign-compare-warning
Open

Fix sign comparison warning for int and size_t at line 1136#16
grahamPatico wants to merge 1 commit intorickkas7:masterfrom
grahamPatico:fix-sign-compare-warning

Conversation

@grahamPatico
Copy link

Added explicit cast to (int) for jp.getOffset() to fix sign comparison warning between int and size_t types. This resolves the compiler warning when comparing signed and unsigned integer types.

Added explicit cast to (int) for jp.getOffset() to fix sign comparison warning between int and size_t types. This resolves the compiler warning when comparing signed and unsigned integer types.
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.

1 participant