Really fix the clang warning in Format-inl.h
[folly.git] / folly / wangle / Deprecated.h
index 88d2f0f707fc2b4045317c2bbce550d66e03d5fc..75937b15b2d2389f2e59e03e74113579c12a1ead 100644 (file)
@@ -15,4 +15,4 @@
  */
 
 #pragma once
-#define DEPRECATED __attribute__((deprecated))
+#define DEPRECATED __attribute__((__deprecated__))