Skip to content

Commit

Permalink
potential fix for gcc compiler warning with boost
Browse files Browse the repository at this point in the history
  • Loading branch information
spahrenk committed Jul 12, 2023
1 parent cd11c6b commit fe4b136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libkiva/Geometry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#pragma GCC diagnostic ignored "-Wuninitialized"
#pragma GCC diagnostic ignored "-Wstrict-overflow"
#pragma GCC system_header
#endif
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/geometries.hpp>
Expand Down

0 comments on commit fe4b136

Please sign in to comment.