mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
committed by
Matt Turner
parent
83826075e5
commit
435d41d5ff
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "tests-common.h"
|
||||
|
||||
ScreenInfo screenInfo;
|
||||
extern ScreenInfo screenInfo;
|
||||
|
||||
static void
|
||||
dix_version_compare(void)
|
||||
|
||||
Reference in New Issue
Block a user