trivial modifications to pacify gcc -O2 and clang --analyze
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
b70e88c16f
commit
ed06ab8f4b
19 changed files with 106 additions and 116 deletions
|
@ -155,8 +155,6 @@ os_startRoutineWrapper (
|
|||
os_threadContext *context = threadContext;
|
||||
uintptr_t resultValue;
|
||||
|
||||
resultValue = 0;
|
||||
|
||||
#if !defined(__VXWORKS__) && !defined(__APPLE__) && !defined(__sun)
|
||||
prctl(PR_SET_NAME, context->threadName);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue