From cda61fe2d97bb9b415a3108040b06b6c8c6c0bfe Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 26 Nov 2014 13:14:18 -0800 Subject: docs and cleanup --- node/AtomicCounter.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node/AtomicCounter.hpp') 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 -- cgit v1.2.3