Re: [PATCH 01/14] composite: Fix -Wshadow warning

2013-12-29 Thread Keith Packard
Adam Jackson writes: > Entirely redundant assignment, we're doing exactly the same thing in the > containing block. Just nuke it. > > Signed-off-by: Adam Jackson Reviewed-by: Keith Packard -- keith.pack...@intel.com pgpPCxgeLwkPy.pgp Description: PGP signature

[PATCH 01/14] composite: Fix -Wshadow warning

2013-12-13 Thread Adam Jackson
Entirely redundant assignment, we're doing exactly the same thing in the containing block. Just nuke it. Signed-off-by: Adam Jackson --- composite/compwindow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/composite/compwindow.c b/composite/compwindow.c index 0be7a1b..cd5394d 100644 --- a/