VirtualBox

Ignore:
Timestamp:
Feb 20, 2016 4:51:02 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105631
Message:

Runtime: missing parameter and gcc format warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asn1/oiddb2c.cpp

    r59728 r59761  
    151151                    ,
    152152                    pChild->uKey,
    153                     pChild->StrTabEntry.cchString,
     153                    (unsigned)pChild->StrTabEntry.cchString,
    154154                    pChild->fChildrenInBigTable,
    155155                    pChild->cChildren,
     
    489489static RTEXITCODE usage(FILE *pOut, const char *argv0, RTEXITCODE rcExit)
    490490{
    491     fprintf(pOut, "usage: %s <out-file.c> <oid-file> [oid-file2 [...]]\n");
     491    fprintf(pOut, "usage: %s <out-file.c> <oid-file> [oid-file2 [...]]\n", argv0);
    492492    return rcExit;
    493493}
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