Commit 3f00bd7
suppress compiler errors about noexcept name mangling changes
Summary:
Stop gcc 7+ from complaining about the fact that function name mangling of
noexcept functions changes between the C++14 and C++17 dialect options.
Note that there are still a number of other compiler warnings emitted about
signed/unsigned comparison mismatches and unused function parameters.
However those are treated simply as warnings rather than errors and do not
cause the build to fail.
Reviewed By: phoad
Differential Revision: D10380761
fbshipit-source-id: eb2c2da2b12e284ec81256f08959826862ac6c501 parent d509d91 commit 3f00bd7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
0 commit comments