]> git.ipfire.org Git - thirdparty/mtr.git/commit
warnings: fix unused variable when ./configure --without-gtk is used
authorSami Kerola <kerolasa@iki.fi>
Tue, 16 Aug 2016 11:56:08 +0000 (12:56 +0100)
committerSami Kerola <kerolasa@iki.fi>
Tue, 16 Aug 2016 12:06:44 +0000 (13:06 +0100)
commit18a600426d8cb048a17681caeef6d378f965a987
tree66b7ac8ac17cb072473682715b249365b3814c1d
parent6bb5b6b3bb7d45988ca42da9d7088b687bd72e54
warnings: fix unused variable when ./configure --without-gtk is used

Use of preprocessor to enable/disable code blocks makes messy code.  Perhaps
something can be done in future to make this nicer.
display.c