Suppress deprecation warnings in related tests
[folly.git] / folly / test / SingletonTest.cpp
index 36eb9f6b018351137149e483d62565f26a46bace..aa068911840d49e081023538ae0aed83f3cdde7f 100644 (file)
@@ -30,6 +30,8 @@
 #include <glog/logging.h>
 #include <boost/thread/barrier.hpp>
 
+FOLLY_GCC_DISABLE_WARNING(deprecated-declarations)
+
 using namespace folly;
 
 TEST(Singleton, MissingSingleton) {