You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
camio
added a commit
to camio/stlab-libraries
that referenced
this issue
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 intest/CMakeLists.txt
and run a CI build.Acceptance Criteria:
test/CMakeLists.txt
The text was updated successfully, but these errors were encountered: