]> git.ipfire.org Git - thirdparty/mtr.git/commit
cleanup: make unused and const attributes to look the same
authorSami Kerola <kerolasa@iki.fi>
Sun, 4 Sep 2016 08:30:25 +0000 (09:30 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 4 Sep 2016 20:12:49 +0000 (21:12 +0100)
commitc1806e9c75245e11820d9ece9fbf32dc4ae2955b
treeb159e78a0840021cdd5ae5116c4b64e71eb9196a
parent1b3411356741a6d5050b4984a7e6df9240f3a51c
cleanup: make unused and const attributes to look the same

Definition CONST was already reserved in net.h to mean 'const' as a variable
attribute, so function attribute got a ATTRIBUTE_ prefix to separate them.
This change unifies unused to look the same.
curses.c
display.c
dns.c
gtk.c
mtr.h