]> git.ipfire.org Git - thirdparty/mtr.git/commit
warnings: stop variable shadowing
authorSami Kerola <kerolasa@iki.fi>
Sun, 14 Aug 2016 19:11:36 +0000 (20:11 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 14 Aug 2016 19:56:44 +0000 (20:56 +0100)
commitec9be3266726f5e32fb17afb2ab00055027b1bad
treeec9b2b97a8340269930de0b759358ec0317f822b
parent1abff91280855dd260ccbb480641fb2d3e58744e
warnings: stop variable shadowing

Rename local variables not to conflict at following locations:

asn.c:160:26: warning: declaration of 'txtrec' shadows a global declaration [-Wshadow]
dns.c:351:50: warning: declaration of 'af' shadows a global declaration [-Wshadow]
dns.c:89:40: warning: declaration of 'af' shadows a global declaration [-Wshadow]
gtk.c:213:31: warning: declaration of 'Entry' shadows a global declaration [-Wshadow]
net.c:1408:31: warning: declaration of 'host' shadows a global declaration [-Wshadow]
net.c:1726:38: warning: declaration of 'af' shadows a global declaration [-Wshadow]
net.c:1744:39: warning: declaration of 'af' shadows a global declaration [-Wshadow]
net.c:876:7: warning: declaration of 'sequence' shadows a global declaration [-Wshadow]
asn.c
dns.c
gtk.c
net.c