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 /common/storage_lmdb.cpp | |
parent | 1d9e0016d63f9b5d86d54cfa0f396d3ea24a2db6 (diff) | |
download | sink-a48edff7a21ef6426baa1cc6eca501930cb35645.tar.gz sink-a48edff7a21ef6426baa1cc6eca501930cb35645.zip |
Fixed build issues with pedantic enabled
Diffstat (limited to 'common/storage_lmdb.cpp')
-rw-r--r-- | common/storage_lmdb.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/storage_lmdb.cpp b/common/storage_lmdb.cpp index fa99a80..f534029 100644 --- a/common/storage_lmdb.cpp +++ b/common/storage_lmdb.cpp | |||
@@ -41,6 +41,10 @@ SINK_DEBUG_AREA("storage") | |||
41 | namespace Sink { | 41 | namespace Sink { |
42 | namespace Storage { | 42 | namespace Storage { |
43 | 43 | ||
44 | extern QMutex sMutex; | ||
45 | extern QHash<QString, MDB_env *> sEnvironments; | ||
46 | |||
47 | |||
44 | QMutex sMutex; | 48 | QMutex sMutex; |
45 | QHash<QString, MDB_env *> sEnvironments; | 49 | QHash<QString, MDB_env *> sEnvironments; |
46 | 50 | ||