Commit f302e77
committed
Disable -pedantic-errors for Google benchmark
The library uses __COUNTER__ which is an extension; Clang diagnoses the
extension now, and this causes problems for the build lab. Hopefully
resolves:
https://lab.llvm.org/buildbot/#/builders/143/builds/122161 parent bb453ac commit f302e77
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
203 | 205 | | |
204 | 206 | | |
205 | 207 | | |
| |||
0 commit comments