]> git.ipfire.org Git - thirdparty/mtr.git/commit
warnings: do not take abs() when data type is unsigned
authorSami Kerola <kerolasa@iki.fi>
Mon, 15 Aug 2016 20:23:28 +0000 (21:23 +0100)
committerSami Kerola <kerolasa@iki.fi>
Mon, 15 Aug 2016 20:56:14 +0000 (21:56 +0100)
commit4e37ddfe64e4957e54528bf10a43ee3ce59d8f4d
tree55c8d7612010946fdebfd2f3f366c06e52a95b5a
parent2c7ae358329801cf95bbd1f4255e4a200c460cc1
warnings: do not take abs() when data type is unsigned

Taking the absolute value of unsigned type 'unsigned int' has no effect.
net.c