VirtualBox

Changeset 94483 in vbox


Ignore:
Timestamp:
Apr 6, 2022 12:23:00 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150820
Message:

libs/softfloat-3e: Build on windows. bugref:9898

Location:
trunk/src/libs/softfloat-3e
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/softfloat-3e/Makefile.kmk

    r94481 r94483  
    3838endif
    3939VBox-SoftFloat_INCS        := source source/$(VBOX_SOFTFLOAT_SPECIALIZATION)
     40
     41# -wd4146: primitives.h(74): warning C4146: unary minus operator applied to unsigned type, result still unsigned
     42VBox-SoftFloat_CFLAGS.win  := -wd4146
    4043
    4144# Primitives:
  • trunk/src/libs/softfloat-3e/source/s_mulAddF64.c

    r94480 r94483  
    6464    uint_fast64_t sigZ;
    6565    int_fast16_t expDiff;
    66     struct uint128 sig128C;
     66    struct uint128 sig128C = { 0, 0 }; /* vbox: shut up MSC warning*/
    6767    int_fast8_t shiftDist;
    6868    union ui64_f64 uZ;
  • trunk/src/libs/softfloat-3e/source/s_shiftRightJam256M.c

    r94480 r94483  
    7676    uint64_t wordJam;
    7777    uint_fast32_t wordDist;
    78     uint64_t *ptr;
     78    uint64_t *ptr = NULL; /* vbox: shut up MSC warning */
    7979    uint_fast8_t i, innerDist;
    8080
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette