Changeset 103497 in vbox
- Timestamp:
- Feb 21, 2024 2:32:30 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r103487 r103497 3762 3762 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140" 3763 3763 # -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.3765 3764 # -wd4464: relative include path contains '..' (iprt/nocrt/compiler.msc.h) 3766 3765 # -wd4623: 'VM': default constructor was implicitly defined as deleted … … 3780 3779 # -wd4244: asn1-ut-objid.cpp(124): warning C4244: '=': conversion from 'uint32_t' to 'uint8_t', possible loss of data 3781 3780 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 3782 3785 endif 3783 3786 # -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.

