File: fix_gcc-10.patch

package info (click to toggle)
gadmin-rsync 0.1.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,500 kB
  • sloc: ansic: 5,259; sh: 3,215; makefile: 120
file content (19 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Fix ftbfs with GCC-10

Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Bug-Debian: https://bugs.debian.org/957250
Forwarded: no

---

--- gadmin-rsync-0.1.7.orig/src/restore_menu.c
+++ gadmin-rsync-0.1.7/src/restore_menu.c
@@ -41,8 +41,6 @@
 //#include "key_handling.h"
 
 
-GtkTreeIter iter_filesel;
-
 extern gchar *global_key_path;
 extern gchar *global_scripts_dir;
 extern gchar *global_backup_name;