From 91d6fa6a035cc7d0b7be5c99c194a64cb80924b0 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 11 Dec 2009 13:42:17 +0000 Subject: Add -Wshadow to the gcc command line options used when compiling the binutils. Fix up all warnings generated by the addition of this switch. --- gold/token.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gold/token.h') diff --git a/gold/token.h b/gold/token.h index dcf00b6..d477be1 100644 --- a/gold/token.h +++ b/gold/token.h @@ -91,8 +91,8 @@ class Task_list class Task_token { public: - Task_token(bool is_blocker) - : is_blocker_(is_blocker), blockers_(0), writer_(NULL), waiting_() + Task_token(bool tis_blocker) + : is_blocker_(tis_blocker), blockers_(0), writer_(NULL), waiting_() { } ~Task_token() -- cgit v1.1