Skip to content

Commit beb0deb

Browse files
committed
fixed:build warn
1 parent dd53108 commit beb0deb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

XEngine_Source/StorageModule_APIHelp/APIHelp_Api/APIHelp_Api.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ BOOL CAPIHelp_Api::APIHelp_Api_UrlParse(TCHAR*** ppptszList, int nListCount, TCH
318318

319319
LPCTSTR lpszHDRFile = _T("filename");
320320
LPCTSTR lpszHDRKey = _T("storeagekey");
321-
LPCTSTR lpszHDRPath = _T("path");
322321

323322
for (int i = 0; i < nListCount; i++)
324323
{

XEngine_Source/XEngine_StorageApp/StorageApp_Download.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void CALLBACK XEngine_Download_CBSend(LPCSTR lpszClientAddr, SOCKET hSocket, LPV
5656
{
5757
__int64u nLimitTime = 0;
5858
Algorithm_Calculation_GetSDFlow(st_StorageInfo.xhToken, &nLimitTime);
59-
if (nLimitTime > st_StorageInfo.nLimit)
59+
if (nLimitTime > (__int64u)st_StorageInfo.nLimit)
6060
{
6161
//当前平均速度大于限制速度,不做处理
6262
NetCore_TCPXCore_CBSendEx(xhNetDownload, lpszClientAddr, XEngine_Download_CBSend);

0 commit comments

Comments
 (0)