projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f6a93
)
__attribute__s need double underscore
author
Nicholas Ormrod
<njormrod@fb.com>
Wed, 29 Oct 2014 19:55:12 +0000
(12:55 -0700)
committer
dcsommer
<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
patch
|
blob
|
history
diff --git
a/folly/wangle/Deprecated.h
b/folly/wangle/Deprecated.h
index 88d2f0f707fc2b4045317c2bbce550d66e03d5fc..75937b15b2d2389f2e59e03e74113579c12a1ead 100644
(file)
--- a/
folly/wangle/Deprecated.h
+++ b/
folly/wangle/Deprecated.h
@@
-15,4
+15,4
@@
*/
#pragma once
-#define DEPRECATED __attribute__((
deprecated
))
+#define DEPRECATED __attribute__((
__deprecated__
))