• Robert Luberda's avatar
    Add more override keywords · 3cddd56e
    Robert Luberda authored
    Mark more functions with "override" keyword, just like
    it was done in commit 2460f971.
    
    This should prevent compiler from complaining while compiling both
    user code, and the googletest code itself with the -Wsuggest-override
    option turned on; with the exception of:
     * calls to new MOCK_METHOD() in test/gmock-function-mocker_test.cc
     * calls to old MOCK_METHODx()/MOCK_CONST_METHODx() in other
       unit test files.
    
    Closes #2493
    3cddd56e
gmock-generated-actions.h 83.4 KB