From fcdd797b0edfda0e6bbc89f7848c32094efe6669 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 23 Jul 2014 12:57:02 +1000 Subject: Avoid shadowed names mostly in method prototypes. Turn off shadow warnings for lexers since they may be maintained by others. --- win32/PlatWin.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'win32') diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index fda07875a..0f0279bcb 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -1547,9 +1547,9 @@ void SurfaceD2D::DrawRGBAImage(PRectangle rc, int width, int height, const unsig rc.bottom = rc.top + height; std::vector image(height * width * 4); - for (int y=0; y