VirtualBox

Changeset 103497 in vbox


Ignore:
Timestamp:
Feb 21, 2024 2:32:30 PM (8 months ago)
Author:
vboxsync
Message:

/Config.kmk: Shut up C5039 warnings on windows when RT_RELAXED_CALLBACKS_TYPES us defined (for parfait). bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r103487 r103497  
    37623762if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
    37633763 #    -wd5045: Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified
    3764  #    -wd5039: 'RTStrSpaceDestroy': pointer or reference to potentially throwing function passed to extern C function under -EHc. Undefined behavior may occur if this function throws an exception.
    37653764 #    -wd4464: relative include path contains '..'  (iprt/nocrt/compiler.msc.h)
    37663765 #    -wd4623: 'VM': default constructor was implicitly defined as deleted
     
    37803779 #    -wd4244: asn1-ut-objid.cpp(124): warning C4244: '=': conversion from 'uint32_t' to 'uint8_t', possible loss of data
    37813780 VBOX_VCC_WARN_ALL += -wd4242 -wd4244
     3781 if1of (RT_RELAXED_CALLBACKS_TYPES,$(DEFS))
     3782  #   -wd5039: asn1-ut-core.cpp(212): warning C5039: 'RTAsn1EncodeWriteHeader': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception.
     3783  VBOX_VCC_WARN_ALL += -wd5039
     3784 endif
    37823785endif
    37833786#    -wd4548: socket.cpp(1931): warning C4548: expression before comma has no effect; expected expression with side-effect
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