summaryrefslogtreecommitdiff
path: root/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch
blob: 124a8fdd767c52b93bc0c4e7f36e3f986d55a5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix FTBFS with GCC 10
Bug-Debian: https://bugs.debian.org/957990
Forwarded: https://sourceforge.net/p/xoscope/discussion/23485/thread/d6fba12f59/
Author: Raymundo Cassani <raymundo.cassani@gmail.com>
Last-Update: 2020-05-20

--- a/display.c
+++ b/display.c
@@ -35,7 +35,6 @@
 #define DEBUG 0
 
 int     triggered = 0;          /* whether we've triggered or not */
-void    *font;
 int     math_warning = 0;       /* TRUE if math has a problem */
 
 struct signal_stats stats;