-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INFRA] Extend SEQAN3_WORKAROUND_GCC_BOGUS_MEMCPY #3297
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3297 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 271 271
Lines 11955 11955
Branches 104 104
=======================================
Hits 11732 11732
Misses 223 223 ☔ View full report in Codecov by Sentry. |
@@ -556,7 +556,9 @@ class concatenated_sequences | |||
reference operator[](size_type const i) | |||
{ | |||
assert(i < size()); | |||
SEQAN3_WORKAROUND_GCC_BOGUS_MEMCPY_START(-Warray-bounds) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is new due to failure on gcc-git
Documentation preview available at https://docs.seqan.de/preview/seqan/seqan3/3297 |
No description provided.