Browse Source

Fix compiler warning on mac

0.8
Gavin Andresen 12 years ago
parent
commit
ef8e821cf2
  1. 4
      src/qt/qtipcserver.cpp

4
src/qt/qtipcserver.cpp

@ -26,8 +26,6 @@ using namespace boost; @@ -26,8 +26,6 @@ using namespace boost;
using namespace boost::interprocess;
using namespace boost::posix_time;
static void ipcThread2(void* pArg);
#ifdef MAC_OSX
// URI handling not implemented on OSX yet
@ -36,6 +34,8 @@ void ipcInit(int argc, char *argv[]) { } @@ -36,6 +34,8 @@ void ipcInit(int argc, char *argv[]) { }
#else
static void ipcThread2(void* pArg);
static bool ipcScanCmd(int argc, char *argv[], bool fRelay)
{
// Check for URI in argv

Loading…
Cancel
Save