diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
commit | a48edff7a21ef6426baa1cc6eca501930cb35645 (patch) | |
tree | e32f567657e6114ac17a4af7546e55df58a094c9 /tests/clientapitest.cpp | |
parent | 1d9e0016d63f9b5d86d54cfa0f396d3ea24a2db6 (diff) | |
download | sink-a48edff7a21ef6426baa1cc6eca501930cb35645.tar.gz sink-a48edff7a21ef6426baa1cc6eca501930cb35645.zip |
Fixed build issues with pedantic enabled
Diffstat (limited to 'tests/clientapitest.cpp')
-rw-r--r-- | tests/clientapitest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp index 8fc76df..159789f 100644 --- a/tests/clientapitest.cpp +++ b/tests/clientapitest.cpp | |||
@@ -10,8 +10,6 @@ | |||
10 | #include "facadefactory.h" | 10 | #include "facadefactory.h" |
11 | #include "test.h" | 11 | #include "test.h" |
12 | 12 | ||
13 | SINK_DEBUG_AREA("clientapitest") | ||
14 | |||
15 | template <typename T> | 13 | template <typename T> |
16 | class TestDummyResourceFacade : public Sink::StoreFacade<T> | 14 | class TestDummyResourceFacade : public Sink::StoreFacade<T> |
17 | { | 15 | { |