Index: Source/platform/Timer.h |
diff --git a/Source/platform/Timer.h b/Source/platform/Timer.h |
index 30cc5a3e9e4737f0bcbf33f549ddf65f41791738..549c43dc4db3a2e37edfbe3a0d44c722208dcf27 100644 |
--- a/Source/platform/Timer.h |
+++ b/Source/platform/Timer.h |
@@ -61,6 +61,7 @@ public: |
double nextFireInterval() const; |
double nextUnalignedFireInterval() const; |
+ NO_LAZY_SWEEP_SANITIZE_ADDRESS |
double repeatInterval() const { return m_repeatInterval; } |
haraken
2015/05/20 22:27:26
I'm a bit afraid that this function is inlined in
sof
2015/05/21 05:31:36
Maybe so. I don't know what it does, but if ASan d
|
void augmentRepeatInterval(double delta) { |