Commit 538cd253 authored by Nicholas Ormrod's avatar Nicholas Ormrod Committed by dcsommer

__attribute__s need double underscore

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
parent 95f6a93c
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
*/ */
#pragma once #pragma once
#define DEPRECATED __attribute__((deprecated)) #define DEPRECATED __attribute__((__deprecated__))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment