dockapps/wmbiff/wmgeneral
Jeremy Sowden a09edcda9e Fix multiple definitions of display variable.
The display variable is declared in a header with no explicit linkage.
This results in there being multiple definitions of it in wmbiff.o and
libwmgeneral.a and a failure during linking with gcc 10.

Add `extern` to the header declaration and a separate declaration with no
linkage in wmgeneral.c where it is assigned.

Link: https://bugs.debian.org/957937
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
2020-04-17 17:56:31 +01:00
..
Makefile.am Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
misc.c Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
misc.h Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
wmgeneral.c Fix multiple definitions of display variable. 2020-04-17 17:56:31 +01:00
wmgeneral.h Fix multiple definitions of display variable. 2020-04-17 17:56:31 +01:00