__attribute__s need double underscore
authorNicholas Ormrod <njormrod@fb.com>
Wed, 29 Oct 2014 19:55:12 +0000 (12:55 -0700)
committerdcsommer <dcsommer@fb.com>
Wed, 29 Oct 2014 23:07:56 +0000 (16:07 -0700)
Summary: See D1508946 for the rationale behind this lint message.

Test Plan:
fbconfig -r folly && fbmake dbg

Reviewed By: hans@fb.com

Subscribers: sdwilsh, fugalh, njormrod, folly-diffs@

FB internal diff: D1644190

Tasks: 5486739

Signature: t1:1644190:1414532704:87d5851f363cf37c58f7e7c3d57c8210a792d4a1

folly/wangle/Deprecated.h

index 88d2f0f707fc2b4045317c2bbce550d66e03d5fc..75937b15b2d2389f2e59e03e74113579c12a1ead 100644 (file)
@@ -15,4 +15,4 @@
  */
 
 #pragma once
-#define DEPRECATED __attribute__((deprecated))
+#define DEPRECATED __attribute__((__deprecated__))