mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 18:24:35 +00:00
Fixed warnings with the Android NDK 9c (#156)
This commit is contained in:
parent
9a3781d99a
commit
c3e4881833
@ -88,7 +88,7 @@ namespace detail
|
|||||||
{
|
{
|
||||||
GLM_STATIC_ASSERT(
|
GLM_STATIC_ASSERT(
|
||||||
std::numeric_limits<genFIType>::is_iec559 ||
|
std::numeric_limits<genFIType>::is_iec559 ||
|
||||||
std::numeric_limits<genFIType>::is_signed && std::numeric_limits<genFIType>::is_integer, "'sign' only accept signed inputs");
|
(std::numeric_limits<genFIType>::is_signed && std::numeric_limits<genFIType>::is_integer, "'sign' only accept signed inputs"));
|
||||||
|
|
||||||
genFIType result;
|
genFIType result;
|
||||||
if(x > genFIType(0))
|
if(x > genFIType(0))
|
||||||
|
@ -39,7 +39,7 @@ http://glm.g-truc.net/glm.pdf
|
|||||||
================================================================================
|
================================================================================
|
||||||
GLM 0.9.5.2: 2014-0X-XX
|
GLM 0.9.5.2: 2014-0X-XX
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
- Fixed warnings with the Android NDK 9c
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
GLM 0.9.5.1: 2014-01-11
|
GLM 0.9.5.1: 2014-01-11
|
||||||
|
Loading…
Reference in New Issue
Block a user