summaryrefslogtreecommitdiffstats
path: root/storageframework
diff options
context:
space:
mode:
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/vespa/storageframework/generic/thread/tickingthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageframework/src/vespa/storageframework/generic/thread/tickingthread.cpp b/storageframework/src/vespa/storageframework/generic/thread/tickingthread.cpp
index b006e0501f3..dc4f8bbc1f1 100644
--- a/storageframework/src/vespa/storageframework/generic/thread/tickingthread.cpp
+++ b/storageframework/src/vespa/storageframework/generic/thread/tickingthread.cpp
@@ -33,7 +33,7 @@ public:
TickingThreadRunner(vespalib::Monitor& m,
TickingThread& ticker,
- uint32_t threadIndex)
+ uint32_t threadIndex) noexcept
: _monitor(m), _tickingThread(ticker),
_threadIndex(threadIndex), _wantToFreeze(false), _frozen(false) {}