diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-11-26 13:14:18 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-11-26 13:14:18 -0800 |
| commit | cda61fe2d97bb9b415a3108040b06b6c8c6c0bfe (patch) | |
| tree | c1d57fd8d1a3cbb8c1e041b9f1c30994835e909f /node/AtomicCounter.hpp | |
| parent | 0f505411cf40ea0de4c7712003d568d5b8ef882a (diff) | |
| download | infinitytier-cda61fe2d97bb9b415a3108040b06b6c8c6c0bfe.tar.gz infinitytier-cda61fe2d97bb9b415a3108040b06b6c8c6c0bfe.zip | |
docs and cleanup
Diffstat (limited to 'node/AtomicCounter.hpp')
| -rw-r--r-- | node/AtomicCounter.hpp | 1 |
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 |
