Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Dec 20, 2024
1 parent fb4075b commit 208aa0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test_primitive_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@
// limitations under the License.

#include <cstdint>
#if defined(__GNUC__)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wfree-nonheap-object"
#endif
#include <ranges>
#if defined(__GNUC__)
# pragma GCC diagnostic pop
#endif
#include <vector>

#include "sparrow/array.hpp"
Expand Down

0 comments on commit 208aa0c

Please sign in to comment.