]> git.ipfire.org Git - thirdparty/mtr.git/commit
Remove a warning message at compile time. 90/head
authorGareth Randall <gareth@garethrandall.com>
Wed, 30 Sep 2015 16:05:40 +0000 (16:05 +0000)
committerGareth Randall <gareth@garethrandall.com>
Wed, 30 Sep 2015 16:05:40 +0000 (16:05 +0000)
commit0bc9c72b77c37d59fc072247f4be9fda106b519f
tree3364a947ad54fa1aa90c9dafd6f127556044e60f
parent7f2d11ed1803d91274c33d6fcb47279d57a260a3
Remove a warning message at compile time.
Warning was produced when running:
$ ./configure --without-gtk
$ make
display.c: In function ‘display_keyaction’:
display.c:169:5: warning: ‘return’ with no value, in function returning non-void [-Wreturn-type]
     return mtr_curses_keyaction();
     ^
display.c