summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components')
-rw-r--r--sca-cpp/trunk/components/cache/memcache.hpp2
-rw-r--r--sca-cpp/trunk/components/filedb/filedb.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/components/cache/memcache.hpp b/sca-cpp/trunk/components/cache/memcache.hpp
index 06e2061a09..d9e9a2b798 100644
--- a/sca-cpp/trunk/components/cache/memcache.hpp
+++ b/sca-cpp/trunk/components/cache/memcache.hpp
@@ -68,7 +68,7 @@ public:
private:
const gc_child_pool p;
- const bool owner;
+ unused const bool owner;
apr_memcache_t* const mc;
friend const failable<bool> post(const value& key, const value& val, const MemCached& cache);
diff --git a/sca-cpp/trunk/components/filedb/filedb.hpp b/sca-cpp/trunk/components/filedb/filedb.hpp
index 89e0c1b424..22f2dfffc8 100644
--- a/sca-cpp/trunk/components/filedb/filedb.hpp
+++ b/sca-cpp/trunk/components/filedb/filedb.hpp
@@ -74,7 +74,7 @@ public:
}
private:
- const bool owner;
+ unused const bool owner;
const string name;
const string format;