Suppress deprecation warnings in related tests
[folly.git] / folly / test / SubprocessTest.cpp
index 66b1831957420556ca4c514deb3aaa919c65dcf7..3d29c972e2ae5cd1d290c7dde1163efec09ca592 100644 (file)
@@ -33,6 +33,8 @@
 #include <folly/portability/GTest.h>
 #include <folly/portability/Unistd.h>
 
+FOLLY_GCC_DISABLE_WARNING(deprecated-declarations)
+
 using namespace folly;
 
 TEST(SimpleSubprocessTest, ExitsSuccessfully) {