fcoulombe / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Remove warnings from gmock-matchers header #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile user code with /w4 in Visual Studio which indirectly includes
gmock-matchers.h
2.
3.

What is the expected output? What do you see instead?
No warnings. Multiple warnings which add noise to a users compile log.

What version of the product are you using? On what operating system?
r219, Windows XP

Please provide any additional information below.
Patch attached which adds assignment operators in private interfaces for
the following types, yet left unimplemented:

 PolymorphicMatcher
 StrEqualityMatcher
 HasSubstrMatcher
 StartsWithMatcher
 EndsWithMatcher
 FloatingEqMatcher

Original issue reported on code.google.com by liamdev...@gmail.com on 2 Oct 2009 at 1:20

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 2 Oct 2009 at 10:33

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 10 Dec 2009 at 8:20

GoogleCodeExporter commented 9 years ago
This should already be fixed in the trunk.

Original comment by w...@google.com on 23 Dec 2009 at 6:56