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 compile warnings in gmock-function-mocker.h #4374

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

masbug
Copy link
Contributor

@masbug masbug commented Sep 21, 2023

This fixes compile warning conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result in gmock-function-mocker.h.
Template type int changed to size_t.

Template type int changed to size_t.
This fixes compile warning `conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result` in gmock-function-mocker.h.
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