VirtualBox

儲存庫 kBuild 的更動 1734


忽略:
時間撮記:
2008-9-5 上午04:38:23 (16 年 以前)
作者:
bird
訊息:

kDepPre: Shut up pedantic gcc warnings.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/kDepPre/kDepPre.c

    r1270 r1734  
    3030*******************************************************************************/
    3131#include <stdio.h>
     32#include <stdlib.h>
    3233#include <string.h>
    3334#include <ctype.h>
     35#ifdef _MSC_VER
     36# include <io.h>
     37#else
     38# include <unistd.h>
     39#endif
    3440#include "kDep.h"
    3541
     
    6470    } enmMode = C_DISCOVER;
    6571    PDEP    pDep = NULL;
    66     int     ch;
     72    int     ch = 0;
    6773    char    szBuf[8192];
    6874
     
    453459    if (iExec > 0)
    454460    {
    455         // later
     461        /* later */
    456462    }
    457463
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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