File fix-for-no-return-in-nonvoid-function.patch of Package dreamchess

diff -Nur dreamchess-0.3.0/dreamer/src/commands.c new/dreamer/src/commands.c
--- dreamchess-0.3.0/dreamer/src/commands.c	2019-03-18 21:19:38.000000000 +0100
+++ new/dreamer/src/commands.c	2020-05-03 10:46:15.414662520 +0200
@@ -76,6 +76,7 @@
 
 	/* We should never get here */
 	assert(0);
+	return 0;
 }
 
 static int san_piece(int piece) {
@@ -96,6 +97,7 @@
 
 	/* We should never get here */
 	assert(0);
+	return 0;
 }
 
 static move_t get_san_move(board_t *board, int ply, san_move_t *san) {
openSUSE Build Service is sponsored by