Skip to content

Add a missing extern, to fix building with -fno-common

Martin Storsjö requested to merge mstorsjo/gtk:fno-common into master

With C compilers defaulting to -fcommon, this isn't an issue, but upcoming compilers (GCC 10 and Clang 11) will default to -fno-common, ending up with duplicate definitions of these variables.

Merge request reports