Skip to content
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

cow_test.cpp produces warning on GCC 11 #438

Open
camio opened this issue Jun 16, 2022 · 0 comments
Open

cow_test.cpp produces warning on GCC 11 #438

camio opened this issue Jun 16, 2022 · 0 comments

Comments

@camio
Copy link
Contributor

camio commented Jun 16, 2022

When attempting to compile cow_test.cpp with GCC 11, a warning is emitted that has to do with deleting a static variable that isn't allocated. To reproduce, you can remove the warning's suppression in test/CMakeLists.txt and run a CI build.

Acceptance Criteria:

  • The warning suppression is removed from test/CMakeLists.txt
camio added a commit to camio/stlab-libraries that referenced this issue Jun 16, 2022
A warning in cow_test.cpp needed to be supressed. See stlab#438
camio added a commit to camio/stlab-libraries that referenced this issue Jun 20, 2022
A warning in cow_test.cpp needed to be supressed. See stlab#438
camio added a commit that referenced this issue Jun 20, 2022
A warning in cow_test.cpp needed to be supressed. See #438
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

No branches or pull requests

1 participant