andrewfenn / amop

Automatically exported from code.google.com/p/amop
1 stars 0 forks source link

declaration of "xxx" shadows a member of 'this' #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile some mock test with -Wall
2. get some warnings like:
  warning: declaration of "redirector" shadows a member of 'this'
  warning: declaration of "expect" shadows a member of 'this'

What is the expected output? What do you see instead?
No warnings.

What version of the product are you using? On what operating system?
SVN revision 135

Please provide any additional information below.
I have provided a dumb solution. Not sure if it's a good one :D

Original issue reported on code.google.com by ibo...@gmail.com on 22 Nov 2008 at 6:11

Attachments: