get rid of build warning.
This commit is contained in:
parent
677df7f787
commit
28846a8b71
@ -291,8 +291,8 @@ process_packets(CNode* pfrom);
|
|||||||
static bool
|
static bool
|
||||||
process_packet(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTimeReceived);
|
process_packet(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTimeReceived);
|
||||||
|
|
||||||
bool static
|
// bool static
|
||||||
process_getdata(CNode* pfrom);
|
// process_getdata(CNode* pfrom);
|
||||||
|
|
||||||
extern "C" void
|
extern "C" void
|
||||||
init(Handle<Object>);
|
init(Handle<Object>);
|
||||||
@ -3522,10 +3522,10 @@ process_packet(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTim
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool static
|
// bool static
|
||||||
process_getdata(CNode* pfrom) {
|
// process_getdata(CNode* pfrom) {
|
||||||
return true;
|
// return true;
|
||||||
}
|
// }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Init()
|
* Init()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user