File: fix-gcc14-build.patch

package info (click to toggle)
xmakemol 5.16-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,352 kB
  • sloc: ansic: 19,096; sh: 2,977; perl: 98; makefile: 97
file content (22 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- ./frames.c.orig	2025-01-19 17:08:49.802419405 +0100
+++ ./frames.c	2025-01-19 17:09:12.187234732 +0100
@@ -106,7 +106,7 @@
   Widget *kids;
 #endif
 
-  XmString label = "";
+  XmString label;
 
   if (! frames_dialog) {
 
--- ./edit.c.orig	2025-01-19 17:08:53.522554905 +0100
+++ ./edit.c	2025-01-19 17:09:19.947517387 +0100
@@ -1758,7 +1758,7 @@
 
   int n = 0;
   Widget atob, btoa, child, rc;
-  XmString label = "";
+  XmString label;
 
   if (! scale_coords_dialog)
     {