summaryrefslogtreecommitdiff
path: root/src/test/DBusMainLoopIntegrationTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/DBusMainLoopIntegrationTest.cpp')
-rw-r--r--src/test/DBusMainLoopIntegrationTest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/test/DBusMainLoopIntegrationTest.cpp b/src/test/DBusMainLoopIntegrationTest.cpp
index f3bc0ae..34cccce 100644
--- a/src/test/DBusMainLoopIntegrationTest.cpp
+++ b/src/test/DBusMainLoopIntegrationTest.cpp
@@ -263,7 +263,6 @@ TEST_F(DBusMainLoopTest, ProxyAndServiceInSameDemoMainloopCanCommunicate) {
uint32_t uint32Value = 42;
std::string stringValue = "Hai :)";
- bool running = true;
std::future<CommonAPI::CallStatus> futureStatus = proxy->testVoidPredefinedTypeMethodAsync(
uint32Value,
@@ -440,7 +439,7 @@ class DBusInGLibMainLoopTest: public ::testing::Test {
for (auto dependentSourceIterator = dependentSources.begin();
dependentSourceIterator != dependentSources.end();
dependentSourceIterator++) {
- GSource* gDispatchSource = g_source_new(&standardGLibSourceCallbackFuncs, sizeof(GDispatchWrapper));
+ g_source_new(&standardGLibSourceCallbackFuncs, sizeof(GDispatchWrapper));
GSource* gSource = gSourceMappings.find(*dependentSourceIterator)->second;
g_source_destroy(gSource);
g_source_unref(gSource);
@@ -582,4 +581,4 @@ int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
-#endif \ No newline at end of file
+#endif