Ignoring specific compiler warning to clean up compiler log.

This commit is contained in:
Faerbit 2014-11-08 02:26:51 +01:00
parent 34d925cdfe
commit d57d3de417

View File

@ -26,6 +26,8 @@
/// @author Christophe Riccio
///////////////////////////////////////////////////////////////////////////////////
#pragma GCC diagnostic ignored "-Wsign-compare"
namespace glm{
namespace detail
{