[libgda: 14/17] DDL-TEST: Unused parameter was marked as unused
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 14/17] DDL-TEST: Unused parameter was marked as unused
- Date: Mon, 25 Nov 2019 18:23:18 +0000 (UTC)
commit aa8d5f2c363150510110915622137be5a991a7ee
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Wed Oct 30 23:28:58 2019 -0500
DDL-TEST: Unused parameter was marked as unused
tests/test-server-operation-sqlite.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/test-server-operation-sqlite.c b/tests/test-server-operation-sqlite.c
index ebd81caf4..60d89e795 100644
--- a/tests/test-server-operation-sqlite.c
+++ b/tests/test-server-operation-sqlite.c
@@ -51,7 +51,7 @@ typedef struct
static void
test_server_operation_start (TestObjectFixture *fixture,
- gconstpointer user_data)
+ G_GNUC_UNUSED gconstpointer user_data)
{
fixture->cnc = NULL;
fixture->provider = NULL;
@@ -75,7 +75,7 @@ test_server_operation_start (TestObjectFixture *fixture,
static void
test_server_operation_finish (TestObjectFixture *fixture,
- gconstpointer user_data)
+ G_GNUC_UNUSED gconstpointer user_data)
{
gboolean res = gda_connection_close (fixture->cnc, NULL);
@@ -84,7 +84,7 @@ test_server_operation_finish (TestObjectFixture *fixture,
static void
test_server_operation_operations (TestObjectFixture *fixture,
- gconstpointer user_data)
+ G_GNUC_UNUSED gconstpointer user_data)
{
GdaServerOperation *op = NULL;
@@ -807,7 +807,7 @@ test_server_operation_operations (TestObjectFixture *fixture,
static void
test_server_operation_operations_db (TestObjectFixture *fixture,
- gconstpointer user_data)
+ G_GNUC_UNUSED gconstpointer user_data)
{
/* Define table Project */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]