VirtualBox

Changeset 62265 in vbox for trunk/src/libs/xpcom18a4/xpcom


Ignore:
Timestamp:
Jul 14, 2016 6:20:55 PM (8 years ago)
Author:
vboxsync
Message:

xpidl: fix signed/unsigned mismatch in printf format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_idl.c

    r29118 r62265  
    383383        IDL_file_get(&scratch, (int *)&data->lineno);
    384384        fprintf(stderr,
    385                 "%s:%d: didn't find end of quoted include name \"%s\n",
     385                "%s:%u: didn't find end of quoted include name \"%s\n",
    386386                scratch, data->lineno, filename);
    387387        return -1;
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