Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Sep 24, 2024

Problem:

  • The span constructor used for constructing a flow impl triggers the warning -Wunsafe-buffer-usage-in-container.

Solution:

  • We know the exact size, so the span's extent can be typed. This also means that a runtime check is unnecessary.

Problem:
- The span constructor used for constructing a flow impl triggers the warning
  `-Wunsafe-buffer-usage-in-container`.

Solution:
- We know the exact size, so the span's extent can be typed. This also means
  that a runtime check is unnecessary.
@lukevalenty lukevalenty merged commit 7b74053 into intel:main Sep 24, 2024
22 checks passed
@elbeno elbeno deleted the warning-sweep branch September 25, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants