Add -Wshadow to the gcc command line options used when compiling the binutils.
[deliverable/binutils-gdb.git] / gold / workqueue.h
index 75452241d80515f3d3dc6f2eff810c4ad25cf91c..a17ec9df6a5e8f52261354c34eddb42dc0f30007 100644 (file)
@@ -150,8 +150,8 @@ class Task_function : public Task
   // RUNNER and BLOCKER should be allocated using new, and will be
   // deleted after the task runs.
   Task_function(Task_function_runner* runner, Task_token* blocker,
-               const char* name)
-    : runner_(runner), blocker_(blocker), name_(name)
+               const char* tname)
+    : runner_(runner), blocker_(blocker), name_(tname)
   { }
 
   ~Task_function()
This page took 0.022781 seconds and 4 git commands to generate.