Refactor FOLLY_GCC_DISABLE_WARNING to play nice with clang-format
[folly.git] / folly / test / SingletonBenchmark.cpp
index 77216766a4264370b473c7a3ca6cd1c46ecd00d1..5c8cd2a0a72906caed152eaaed75c845b919c441 100644 (file)
@@ -24,7 +24,7 @@
 #include <folly/Memory.h>
 #include <folly/portability/GFlags.h>
 
-FOLLY_GCC_DISABLE_WARNING(deprecated-declarations)
+FOLLY_GCC_DISABLE_WARNING("-Wdeprecated-declarations")
 
 using namespace folly;