summaryrefslogtreecommitdiff
path: root/src/test/DBusClientIdTest.cpp
diff options
context:
space:
mode:
authorDirk Huss <dirk_huss@mentor.com>2015-11-25 14:59:52 +0100
committerDirk Huss <dirk_huss@mentor.com>2015-11-25 14:59:52 +0100
commitfaea5f299525500093843da72215d279c3eb483d (patch)
tree559a22a4f9844a4f8d04d8e39f37d04da797d1a0 /src/test/DBusClientIdTest.cpp
parentdb96446ece67ba1f495811e29838e8c7bc7984ff (diff)
downloadgenivi-common-api-dbus-runtime-faea5f299525500093843da72215d279c3eb483d.tar.gz
CommonAPI-D-Bus 3.1.43.1.4
Diffstat (limited to 'src/test/DBusClientIdTest.cpp')
-rw-r--r--src/test/DBusClientIdTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/DBusClientIdTest.cpp b/src/test/DBusClientIdTest.cpp
index 38d9d29..1a75943 100644
--- a/src/test/DBusClientIdTest.cpp
+++ b/src/test/DBusClientIdTest.cpp
@@ -29,6 +29,7 @@ public:
class TestClientId: public CommonAPI::ClientId {
public:
bool operator==(CommonAPI::ClientId& clientIdToCompare) {
+ (void)clientIdToCompare;
return false; // doesn't matter, as we are just comparing this class with DBusClientId;
}