VirtualBox

Changeset 1734 in kBuild


Ignore:
Timestamp:
Sep 5, 2008 4:38:23 AM (16 years ago)
Author:
bird
Message:

kDepPre: Shut up pedantic gcc warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

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