VirtualBox

Changeset 2131 in kBuild for trunk


Ignore:
Timestamp:
Dec 25, 2008 2:32:18 PM (16 years ago)
Author:
bird
Message:

mv.c: warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/mv.c

    r2113 r2131  
    107107{
    108108        static char s_buf[64];
    109         sprintf(s_buf, "%ld", id);
     109        sprintf(s_buf, "%ld", (long int)id);
     110        (void)x;
    110111        return s_buf;
    111112}
     
    116117{
    117118        static char s_buf[64];
    118         sprintf(s_buf, "%ld", id);
     119        sprintf(s_buf, "%ld", (long int)id);
     120        (void)x;
    119121        return s_buf;
    120122}
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