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