File: 11_fix-ftbfs-gcc-14.patch

package info (click to toggle)
xarclock 1.0-21
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: ansic: 3,109; makefile: 447
file content (17 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix ftbfs on gcc-14
Author: Bo YU <tsu.yubo@gmail.com>
Origin: https://bugs.debian.org/1075647
Forwarded: not-needed
Last-Update: 2024-11-05

--- a/ARClock.c
+++ b/ARClock.c
@@ -368,7 +368,7 @@
 
 /* Following lines added by Andreas Franzen using source code by
  * Jaime Garcia Ghirelli: */
-  register i, j;
+  register int i, j;
   double angle, x, y;
   double cos();
   double sin();