VirtualBox

Changeset 2117 in kBuild for trunk


Ignore:
Timestamp:
Dec 25, 2008 1:49:36 PM (16 years ago)
Author:
bird
Message:

incdep.c,expreval.c: warnings.

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/expreval.c

    r2096 r2117  
    18301830{
    18311831    EXPRRET       rc;
    1832     unsigned char   uchVal;
     1832    unsigned char uchVal;
    18331833    PCEXPROP      pOp;
    1834     char const     *psz = pThis->psz;
     1834    char const   *psz = pThis->psz;
    18351835
    18361836    /*
     
    19311931                    if (chVal)
    19321932                    {
    1933                         PCEXPROP pOp = expr_lookup_op(psz, uchVal, 0 /* fUnary */);
     1933                        pOp = expr_lookup_op(psz, uchVal, 0 /* fUnary */);
    19341934                        if (pOp)
    19351935                            break;
  • trunk/src/kmk/incdep.c

    r2091 r2117  
    636636{
    637637  unsigned i;
    638 #ifdef HAVE_PTHREAD
     638#if defined (HAVE_PTHREAD) && !defined (CONFIG_WITHOUT_THREADS)
    639639  int rc;
    640640  pthread_attr_t attr;
     
    648648  int tid;
    649649#endif
     650  (void)f;
    650651
    651652  /* heap hacks */
Note: See TracChangeset for help on using the changeset viewer.

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