Skip to content
Snippets Groups Projects
Commit 183a18f2 authored by Mark Palange (Mani)'s avatar Mark Palange (Mani)
Browse files

Change to Build params to disable server build

parent 0db04cbb
No related branches found
No related tags found
No related merge requests found
...@@ -584,7 +584,7 @@ class LLProcessorInfoDarwinImpl : public LLProcessorInfoImpl ...@@ -584,7 +584,7 @@ class LLProcessorInfoDarwinImpl : public LLProcessorInfoImpl
value = (uint64_t)(( uint8_t *)&value); value = (uint64_t)(( uint8_t *)&value);
else else
{ {
LL_ERRS("Unknown type returned from sysctl!") << LL_ENDL; LL_WARNS("Unknown type returned from sysctl!") << LL_ENDL;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment