Index: test/cctest/test-platform-linux.cc |
diff --git a/test/cctest/test-platform-linux.cc b/test/cctest/test-platform-linux.cc |
index 613638e78a3c71975dc793b7929751693b8a9abb..abe43ad744aca2cb0a8d37a7896e7d522b5a97c9 100644 |
--- a/test/cctest/test-platform-linux.cc |
+++ b/test/cctest/test-platform-linux.cc |
@@ -27,6 +27,9 @@ |
// |
// Tests of the TokenLock class from lock.h |
+// TODO(mythria): Remove this define after this flag is turned on globally |
+#define V8_IMMINENT_DEPRECATION_WARNINGS |
+ |
#include <pthread.h> |
#include <stdlib.h> |
#include <unistd.h> // for usleep() |