This repository was archived by the owner on Jun 4, 2022. It is now read-only.
Commit 3d259d7
fix anon-struct usage that's a warning/error -Wnon-c-typedef-for-linkage (#76610)
Summary:
X-link: pytorch/pytorch#76610
X-link: pytorch/gloo#328
Pull Request resolved: #38
X-link: facebook/CacheLib#137
Fix
error: anonymous non-C-compatible type given name for linkage purposes by alias declaration; add a tag name here [-Werror,-Wnon-c-typedef-for-linkage]
Reviewed By: philippv
Differential Revision: D36043476
fbshipit-source-id: 953e43613479fb142ea2ccf29f3d0a39402e41221 parent 848cae9 commit 3d259d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments