You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran a lint script on my source tree and it choked on an 0xad byte in the comment.
namespace glm{
namespace detail
{
GLM_FUNC_QUALIFIER float overflow()
{
volatile float f = 1e10;
for(int i = 0; i < 10; ++i)
f *= f; // this will overflow before
!!INVALID-UTF8: b'\t\t\t\t\t\t\t\t// the for\xadloop terminates\r\n'
The text was updated successfully, but these errors were encountered:
gwk
changed the title
include/glm/detail/type_half.inl contains non-utf8 space character.
glm/detail/type_half.inl contains non-utf8 space character.
Apr 30, 2014
I ran a lint script on my source tree and it choked on an 0xad byte in the comment.
The text was updated successfully, but these errors were encountered: