You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch

17 lines
489 B

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;