]> granicus.if.org Git - nethack/commit
'curses_display_nhmenu' should return a value
authornhmall <nhmall@nethack.org>
Sun, 2 Dec 2018 23:47:23 +0000 (18:47 -0500)
committernhmall <nhmall@nethack.org>
Sun, 2 Dec 2018 23:47:23 +0000 (18:47 -0500)
commit6fe706f274e8b0a61cd3701681dd9df3c9368b18
tree4ac38292821bae789191ee5d14bf96cb353e8c1e
parenta9ff2a296abf98cc9488ac5c38456294fbecf04f
'curses_display_nhmenu' should return a value

Caught by automated build test

../win/curses/cursdial.c:598:9: error: non-void function 'curses_display_nhmenu' should return a value [-Wreturn-type]
        return;
        ^
../win/curses/cursdial.c:605:9: error: non-void function 'curses_display_nhmenu' should return a value [-Wreturn-type]
        return;
win/curses/cursdial.c