mirror of
https://github.com/google/googletest.git
synced 2026-01-18 21:27:40 +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.