mirror of
https://github.com/google/googletest.git
synced 2025-12-01 08:37:33 -05:00
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.