Add -Wshadow to the gcc command line options used when compiling the binutils.
[deliverable/binutils-gdb.git] / gold / token.h
index dcf00b66804584ed82859eaecfd978d85775d947..d477be101f94435aa2eadf713cd85ba94b521e7c 100644 (file)
@@ -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()
This page took 0.02476 seconds and 4 git commands to generate.