Skip to content

Commit

Permalink
gna
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Jan 18, 2024
1 parent a09e3fa commit 9d78651
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions glm/gtx/io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
# pragma message("GLM: GLM_GTX_io extension included")
#endif

#if GLM_COMPILER & GLM_COMPILER_CLANG
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wpadded"
# pragma clang diagnostic ignored "-Wshorten-64-to-32"
#endif

#include <iosfwd> // std::basic_ostream<> (fwd)
#include <locale> // std::locale, std::locale::facet, std::locale::id
#include <utility> // std::pair<>
Expand Down Expand Up @@ -197,3 +203,8 @@ namespace glm
}//namespace glm

#include "io.inl"

#if GLM_COMPILER & GLM_COMPILER_CLANG
# pragma clang diagnostic pop
#endif

0 comments on commit 9d78651

Please sign in to comment.