seqan / seqan3

The modern C++ library for sequence analysis. Contains version 3 of the library and API docs.
https://www.seqan.de
Other
406 stars 81 forks source link

[INFRA] ignore bogus warnings in latest googletest #3153

Closed eseiler closed 1 year ago

eseiler commented 1 year ago

Resolves #2747

gcc12.3 does not fix the bogus warnings

https://github.com/eseiler/seqan3/actions/runs/4966778387

-Wno-restrict can't be a private compile option of gtest, because the error is emitted in the stl, not the gtest Header. So, it needs to be global.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
seqan3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2023 0:44am
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8f9a2da) 98.18% compared to head (a33e91a) 98.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3153 +/- ## ======================================= Coverage 98.18% 98.18% ======================================= Files 276 276 Lines 12294 12294 ======================================= Hits 12071 12071 Misses 223 223 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.