mirror of
https://github.com/google/googletest.git
synced 2025-12-04 23:06:51 +08: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.