Bug#958004: xtron: ftbfs with GCC-10

2020-09-12 Thread Boyuan Yang
Hi Uwe, On Thu, 23 Jul 2020 22:48:43 +0200 Reiner Herrmann wrote: > Control: tags -1 + patch > > Hi, > > I attached a patch that fixes the FTBFS with GCC 10. Now that we have a patch here, can we fix this bug soon? It seems that package xtron saw no upload for 12 years and we really need a

Bug#958004: xtron: ftbfs with GCC-10

2020-07-23 Thread Reiner Herrmann
Control: tags -1 + patch Hi, I attached a patch that fixes the FTBFS with GCC 10. Regards, Reiner --- xtron-1.1a.orig/xtron.c +++ xtron-1.1a/xtron.c @@ -21,6 +21,9 @@ #include "xtron.h" +struct Player p[2]; +struct Board b; + void plr_setup(void) { int i; only in patch2: unchanged: