Fix building with -fno-common

* GCC 10 will switch the default to `-fno-common`.
  https://gcc.gnu.org/PR85678

Bug: https://bugs.gentoo.org/705880
Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
David Seifert
2020-01-24 12:49:44 +01:00
committed by Matt Turner
parent 83826075e5
commit 435d41d5ff
17 changed files with 17 additions and 17 deletions

View File

@@ -33,7 +33,7 @@
#include "tests-common.h"
ScreenInfo screenInfo;
extern ScreenInfo screenInfo;
static void
dix_version_compare(void)