calvert1991/googlemock

Remove warnings from gmock-matchers header

Closed this issue · 3 comments

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:

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

  • Changed state: Accepted
  • Added labels: OpSys-Windows, Priority-Low, Type-Enhancement, Usability
  • Removed labels: Priority-Medium, Type-Defect

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

  • Added labels: Priority-Medium
  • Removed labels: Priority-Low
This should already be fixed in the trunk.

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

  • Changed state: Fixed