Closed kimheino closed 4 years ago
Some variables were defined in two sources, like "left" in flippers.c and frames.c. New gcc 10 in upcoming Fedora 32 started to complain about these. Removing the unnecessary definitions and initialisations is the simplest fix.
Some variables were defined in two sources, like "left" in flippers.c and frames.c. New gcc 10 in upcoming Fedora 32 started to complain about these. Removing the unnecessary definitions and initialisations is the simplest fix.