VirtualBox

忽略:
時間撮記:
2013-11-21 上午10:36:22 (11 年 以前)
作者:
vboxsync
訊息:

warnings in normally disabled legacy code

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r49588 r49598  
    43724372                }
    43734373
    4374                 Assert((int)maTapFD[uInstance] >= 0);
    4375                 if ((int)maTapFD[uInstance] >= 0)
     4374                Assert((intptr_t)maTapFD[uInstance] >= 0);
     4375                if ((intptr_t)maTapFD[uInstance] >= 0)
    43764376                {
    43774377                    InsertConfigString(pLunL0, "Driver", "HostInterface");
    43784378                    InsertConfigNode(pLunL0, "Config", &pCfg);
    4379                     InsertConfigInteger(pCfg, "FileHandle", maTapFD[uInstance]);
     4379                    InsertConfigInteger(pCfg, "FileHandle", (intptr_t)maTapFD[uInstance]);
    43804380                }
    43814381
     
    45714571                    }
    45724572
    4573                     Assert((int)maTapFD[uInstance] >= 0);
    4574                     if ((int)maTapFD[uInstance] >= 0)
     4573                    Assert((intptr_t)maTapFD[uInstance] >= 0);
     4574                    if ((intptr_t)maTapFD[uInstance] >= 0)
    45754575                    {
    45764576                        InsertConfigString(pLunL0, "Driver", "HostInterface");
    45774577                        InsertConfigNode(pLunL0, "Config", &pCfg);
    4578                         InsertConfigInteger(pCfg, "FileHandle", maTapFD[uInstance]);
     4578                        InsertConfigInteger(pCfg, "FileHandle", (intptr_t)maTapFD[uInstance]);
    45794579                    }
    45804580                    break;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette