summaryrefslogtreecommitdiff
path: root/node/AtomicCounter.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-11-26 13:14:18 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-11-26 13:14:18 -0800
commitcda61fe2d97bb9b415a3108040b06b6c8c6c0bfe (patch)
treec1d57fd8d1a3cbb8c1e041b9f1c30994835e909f /node/AtomicCounter.hpp
parent0f505411cf40ea0de4c7712003d568d5b8ef882a (diff)
downloadinfinitytier-cda61fe2d97bb9b415a3108040b06b6c8c6c0bfe.tar.gz
infinitytier-cda61fe2d97bb9b415a3108040b06b6c8c6c0bfe.zip
docs and cleanup
Diffstat (limited to 'node/AtomicCounter.hpp')
-rw-r--r--node/AtomicCounter.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/AtomicCounter.hpp b/node/AtomicCounter.hpp
index 80208eda..0dbcb1cd 100644
--- a/node/AtomicCounter.hpp
+++ b/node/AtomicCounter.hpp
@@ -111,6 +111,7 @@ private:
#else
int _v;
#ifndef __GNUC__
+#warning Neither __WINDOWS__ nor __GNUC__ so AtomicCounter using Mutex
Mutex _l;
#endif
#endif