Fix compiler warning on mac
This commit is contained in:
parent
8cd98a9a26
commit
ef8e821cf2
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,6 @@ using namespace boost;
|
||||||
using namespace boost::interprocess;
|
using namespace boost::interprocess;
|
||||||
using namespace boost::posix_time;
|
using namespace boost::posix_time;
|
||||||
|
|
||||||
static void ipcThread2(void* pArg);
|
|
||||||
|
|
||||||
#ifdef MAC_OSX
|
#ifdef MAC_OSX
|
||||||
// URI handling not implemented on OSX yet
|
// URI handling not implemented on OSX yet
|
||||||
|
|
||||||
|
@ -36,6 +34,8 @@ void ipcInit(int argc, char *argv[]) { }
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
static void ipcThread2(void* pArg);
|
||||||
|
|
||||||
static bool ipcScanCmd(int argc, char *argv[], bool fRelay)
|
static bool ipcScanCmd(int argc, char *argv[], bool fRelay)
|
||||||
{
|
{
|
||||||
// Check for URI in argv
|
// Check for URI in argv
|
||||||
|
|
Loading…
Reference in a new issue