Description: fix FTB FS with GCC 15
 ypush_gy_Object() does not take any arguments.
Author: Thibaut Paumard <thibaut@debian.org>
Origin: vendor
Bug: https://github.com/paumard/yorick-gy/issues/2
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098193
Applied-Upstream: https://github.com/paumard/yorick-gy/commit/9f231b27549e202a78e1e02438ddd6dfa0fabb0b
Last-Update: 2025-02-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/gy_object.c
+++ b/gy_object.c
@@ -414,7 +414,7 @@
 
   if (isobject || isitrf || isstruct) {
     GY_DEBUG("Pushing gy_Object return value\n");
-    gy_Object* out = ypush_gy_Object(0);
+    gy_Object* out = ypush_gy_Object();
 
     out->info=o->info;
     g_base_info_ref(o->info);
