Skip to content

Commit

Permalink
ignore maybe uninitialized error
Browse files Browse the repository at this point in the history
  • Loading branch information
tonynajjar committed May 18, 2024
1 parent 10bade2 commit fd719ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Warray-bounds"
#pragma GCC diagnostic ignored "-Wstringop-overflow"
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#include <xtensor/xarray.hpp>
#include <xtensor/xnorm.hpp>
#include <xtensor/xmath.hpp>
Expand Down

0 comments on commit fd719ff

Please sign in to comment.