VirtualBox

Changeset 1733 in kBuild


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

kDep: shut up pedantic gcc warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/kDep.c

    r1285 r1733  
    328328    if (!pDep)
    329329    {
    330         fprintf(stderr, "\nOut of memory! (requested %#x bytes)\n\n", sizeof(*pDep) + cchFilename);
     330        fprintf(stderr, "\nOut of memory! (requested %lx bytes)\n\n",
     331                (unsigned long)(sizeof(*pDep) + cchFilename));
    331332        exit(1);
    332333    }
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