mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
Add -Wshadow to the gcc command line options used when compiling the binutils.
Fix up all warnings generated by the addition of this switch.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user