This commit is contained in:
Chuck Walbourn 2016-04-07 12:33:40 -07:00
Родитель 8f5695737c
Коммит e972a0feea
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -15,6 +15,7 @@
// http://go.microsoft.com/fwlink/?LinkID=324981
//--------------------------------------------------------------------------------------
#define NOMINMAX
#include <windows.h>
#include <algorithm>
@ -188,6 +189,7 @@ public:
// Too many indices for 16-bit IB!
return E_FAIL;
}
#pragma warning( suppress : 4127 )
else if ( sizeof(index_t) == 4 && ( index >= 0xFFFFFFFF ) )
{
// Too many indices for 32-bit IB!