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;
if (current_menu == NULL) {
impossible("curses_display_nhmenu: attempt to display nonexistent menu");
- return;
+ return '\033';
}
menu_item_ptr = current_menu->entries;
if (menu_item_ptr == NULL) {
impossible("curses_display_nhmenu: attempt to display empty menu");
- return;
+ return '\033';
}
/* Reset items to unselected to clear out selections from previous