VirtualBox

Changeset 103498 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Feb 21, 2024 2:34:23 PM (9 months ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r103497 r103498  
    37793779 #    -wd4244: asn1-ut-objid.cpp(124): warning C4244: '=': conversion from 'uint32_t' to 'uint8_t', possible loss of data
    37803780 VBOX_VCC_WARN_ALL += -wd4242 -wd4244
    3781  if1of (RT_RELAXED_CALLBACKS_TYPES,$(DEFS))
     3781 if1of (RT_RELAXED_CALLBACKS_TYPES, $(DEFS))
    37823782  #   -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.
    37833783  VBOX_VCC_WARN_ALL += -wd5039
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