Fix identifier shadowing in tracer (#16480)
authorJames Reed <jamesreed@fb.com>
Tue, 29 Jan 2019 05:44:33 +0000 (21:44 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 29 Jan 2019 05:47:39 +0000 (21:47 -0800)
commit7f552041ff646d3a5540d2652804053c0ee5da45
tree15a494e6fe5888dea8e5f040261855f71c7dc8f9
parentf204e3e624753e5cba8661ac64da1caf70db3ce7
Fix identifier shadowing in tracer (#16480)

Summary:
This was causing build failures under `-Werror` targets under optimized build modes
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16480

Differential Revision: D13857621

Pulled By: jamesr66a

fbshipit-source-id: 2990b987dbca943298ad478c9ee2792236f5fa5b
torch/csrc/jit/tracer.cpp