Added support for Intel c++ Composer Xe

Added support for building with Intel C++ Composer Xe
Fixed a warning thrown by it
This commit is contained in:
Drake Arconis
2012-07-08 10:28:29 -04:00
parent 81123a80f2
commit cb0f4f8f10
3 changed files with 35 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ LLHeartbeat::rawSend()
int result;
#ifndef LL_DARWIN
union sigval dummy;
static union sigval dummy;
result = sigqueue(getppid(), LL_HEARTBEAT_SIGNAL, dummy);
#else
result = kill(getppid(), LL_HEARTBEAT_SIGNAL);