VirtualBox

Changeset 11545 in vbox


Ignore:
Timestamp:
Aug 21, 2008 4:22:27 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35125
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c

    r11507 r11545  
    109109        errno = ERANGE;
    110110        panic_err ("could not convert %.*s to integer, result = %d",
    111                    size, s, (int) val);
     111                   (int)size, s, (int) val);
    112112    }
    113113    return (int) val;
     
    207207                    if (!(val && *val)) {
    208208                        panic ("%.*s requires an argument (i.e. %.*s=<arg>)\n",
    209                                len, s, len, s);
     209                               (int)len, s, (int)len, s);
    210210                    }
    211211                }
     
    286286
    287287        if (!handler->name) {
    288             fprintf (stderr, "unknown mount option `%.*s'\n", len, s);
     288            fprintf (stderr, "unknown mount option `%.*s'\n", (int)len, s);
    289289            fprintf (stderr, "valid options:\n");
    290290
     
    383383        if (c == (size_t) -1) {
    384384            panic_err ("could not convert share name(%s) at %d",
    385                        host_name, strlen (host_name) - ib);
     385                       host_name, (int)(strlen (host_name) - ib));
    386386        }
    387387    }
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