From 84210e9a13cf8b6b7496d0ed1615377a142cfe53 Mon Sep 17 00:00:00 2001 From: Ingo Huerner Date: Thu, 22 Jan 2015 13:45:40 +0100 Subject: Update after static code analysis (Coverity https://scan.coverity.com/projects/301) --- test/persistence_client_library_dbus_test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/persistence_client_library_dbus_test.c b/test/persistence_client_library_dbus_test.c index 1b83c34..ceac126 100644 --- a/test/persistence_client_library_dbus_test.c +++ b/test/persistence_client_library_dbus_test.c @@ -47,6 +47,9 @@ int main(int argc, char *argv[]) int ret = 0; unsigned int shutdownReg = PCL_SHUTDOWN_TYPE_FAST | PCL_SHUTDOWN_TYPE_NORMAL; + (void)argc; + (void)argv; + printf("Dbus interface test application\n"); /// debug log and trace (DLT) setup -- cgit v1.2.1