Hi all, The attachment is the patch to fix this FTBFS.
Yours, Paul
Description: Fix FTBFS for GCC-14 Bug-Debian: http://bugs.debian.org/1075688 Author: Ying-Chun Liu (PaulLiu) <paul...@debian.org> Last-Update: 2024-08-07 Index: xsystem35-1.7.3-pre5/modules/nDEMO/nDEMO.c =================================================================== --- xsystem35-1.7.3-pre5.orig/modules/nDEMO/nDEMO.c +++ xsystem35-1.7.3-pre5/modules/nDEMO/nDEMO.c @@ -19,13 +19,13 @@ void Init() { } void SetKeyCancelFlag() { - int p1 = getCaliVariable(); + int p1 = getCaliValue(); DEBUG_COMMAND_YET("nDEMO.SetKeyCancelFlag %d:\n", p1); } void SetLoopFlag() { - int p1 = getCaliVariable(); + int p1 = getCaliValue(); DEBUG_COMMAND_YET("nDEMO.SetLoopFlag %d:\n", p1); } Index: xsystem35-1.7.3-pre5/src/xcore_draw.c =================================================================== --- xsystem35-1.7.3-pre5.orig/src/xcore_draw.c +++ xsystem35-1.7.3-pre5/src/xcore_draw.c @@ -489,7 +489,7 @@ void Xcore_fadeIn(int step) { } } -void Xcore_fadeOut(step) { +void Xcore_fadeOut(int step) { if (step == 0) { Xcore_sync();
OpenPGP_0x44173FA13D058888.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature