Alt Compiler fixes
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include <hash_map>
|
||||
#include <algorithm>
|
||||
#elif LL_DARWIN || LL_LINUX
|
||||
#if GCC_VERSION >= 40300 || LL_ICC// gcc 4.3 or icc 11 and up
|
||||
#if GCC_VERSION >= 40300 || LL_ICC || LL_CLANG// gcc 4.3 or icc 11 and up
|
||||
# include <backward/hashtable.h>
|
||||
#elif GCC_VERSION >= 30400 // gcc 3.4 and up
|
||||
# include <ext/hashtable.h>
|
||||
|
||||
@@ -794,7 +794,7 @@ private:
|
||||
LLPI_SET_INFO_INT(eModel, "model");
|
||||
|
||||
|
||||
S32 family;
|
||||
S32 family = 0;
|
||||
if (!cpuinfo["cpu family"].empty()
|
||||
&& LLStringUtil::convertToS32(cpuinfo["cpu family"], family))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user