Skip to content

Fix compilation with gcc10 / -fno-common

Hans de Goede requested to merge jwrdegoede/atomix:fcommon-fix into master

gcc10 defaults to -fno-common, meaning that non static symbols can only be declared once. Make the parent_class variable in level.c and theme.c static to fix building with gcc10.

Merge request reports