Commit ee9d18a
Fix building on mingw (#4420)
Summary:
This restores the ability to compile with mingw introduced in #4145. I am not sure why msvc does allow this, but using the `_FMT` macro without any `vaargs` causes a trailing comma in the arguments list. which is not allowed in c++. This switches it over to the `_MSG` macro instead avoiding this issue.
Pull Request resolved: #4420
Reviewed By: pankajsingh88
Differential Revision: D77827581
Pulled By: ramilbakhshyiev
fbshipit-source-id: f63564546511e88084dbacc71458448d3c403de91 parent 520c15d commit ee9d18a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments