[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1096741: gnunet: ftbfs with GCC-15



control: tags 1096741 + patch
control: tags 1096741 + pending

Will be submitting the fix in upload to mentors.

Regards,
Syed Shahrukh Hussain.
diff --git a/src/testing/gnunet-cmds-helper.c b/src/testing/gnunet-cmds-helper.c
index 4428d4402..927aaf141 100644
--- a/src/testing/gnunet-cmds-helper.c
+++ b/src/testing/gnunet-cmds-helper.c
@@ -295,7 +295,7 @@ write_message (struct GNUNET_MessageHeader *message,
 
 
 static void
-delay_shutdown_cb ()
+delay_shutdown_cb (void *cls)
 {
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "doing shutdown after delay\n");
diff --git a/src/include/gnunet_testing_plugin.h b/src/include/gnunet_testing_plugin.h
index 12fbd7b75..cf34005a9 100644
--- a/src/include/gnunet_testing_plugin.h
+++ b/src/include/gnunet_testing_plugin.h
@@ -54,7 +54,7 @@ typedef void
  * Callback function which writes a message from the helper process running on a netjail node to the master process * signaling that the test case running on the netjail node finished.
  */
 typedef void
-(*GNUNET_TESTING_cmd_helper_finish_cb) ();
+(*GNUNET_TESTING_cmd_helper_finish_cb) (enum GNUNET_GenericReturnValue rv);
 
 /**
  * Function to be implemented for each test case plugin which starts the test case on a netjail node.
diff --git a/src/reclaim/gnunet-did.c b/src/reclaim/gnunet-did.c
index 1f91e0ee2..52f63a226 100644
--- a/src/reclaim/gnunet-did.c
+++ b/src/reclaim/gnunet-did.c
@@ -304,7 +304,7 @@ remove_did_document (remove_did_document_callback cont, void *cls)
 
 // Needed because create_did_ego_lookup_cb() and
 // create_did_ego_create_cb() can call each other
-static void create_did_ego_lockup_cb ();
+static void create_did_ego_lockup_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego);
 
 /**
  * @brief Create a DID(-Document). Called after DID has been created

Attachment: signature.asc
Description: PGP signature


Reply to: