Cleanup of size_t use.

This commit is contained in:
siavash
2013-07-15 18:37:02 +02:00
committed by Camilla Berglund
parent b12c973922
commit 0463e196b4
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ void _glfwTerminateContextAPI(void)
{ \
attribs[index++] = attribName; \
attribs[index++] = attribValue; \
assert(index < sizeof(attribs) / sizeof(attribs[0])); \
assert((size_t) index < sizeof(attribs) / sizeof(attribs[0])); \
}
// Prepare for creation of the OpenGL context