VirtualBox

Ignore:
Timestamp:
Jan 2, 2015 12:16:43 PM (10 years ago)
Author:
vboxsync
Message:

VBoxDTrace: dtrace.c compiles cleanly on windows. (r14)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/dtrace.c

    r53643 r53644  
    1163811638
    1163911639                if (t->dtdt_kind == DIF_TYPE_STRING && t->dtdt_size == 0)
    11640                         t->dtdt_size = dtrace_strsize_default;
     11640                        t->dtdt_size = VBDTCAST(uint32_t)dtrace_strsize_default;
    1164111641        }
    1164211642
     
    1269412694                        continue;
    1269512695
    12696                 state->dts_reserve += ecb->dte_needed + ecb->dte_alignment;
     12696                state->dts_reserve += VBDTCAST(uint32_t)ecb->dte_needed + ecb->dte_alignment;
    1269712697        }
    1269812698}
     
    1401814018                                return (-1);
    1401914019                        }
    14020                         typeidx += typesz;
     14020                        typeidx += VBDTCAST(dof_stridx_t)typesz;
    1402114021                        typestr += typesz;
    1402214022                }
     
    1404414044                        }
    1404514045
    14046                         typeidx += typesz;
     14046                        typeidx += VBDTCAST(dof_stridx_t)typesz;
    1404714047                        typestr += typesz;
    1404814048                }
     
    1503715037                epdesc.dtepd_probeid = ecb->dte_probe->dtpr_id;
    1503815038                epdesc.dtepd_uarg = ecb->dte_uarg;
    15039                 epdesc.dtepd_size = ecb->dte_size;
     15039                epdesc.dtepd_size = VBDTCAST(uint32_t)ecb->dte_size;
    1504015040
    1504115041                nrecs = epdesc.dtepd_nrecs;
     
    1569415694                ASSERT(str != NULL);
    1569515695
    15696                 len = strlen(str) + 1;
     15696                len = VBDTCAST(int)strlen(str) + 1;
    1569715697
    1569815698                if (len > fmt.dtfd_length) {
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