Changeset 103498 in vbox for trunk/Config.kmk
- Timestamp:
- Feb 21, 2024 2:34:23 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r103497 r103498 3779 3779 # -wd4244: asn1-ut-objid.cpp(124): warning C4244: '=': conversion from 'uint32_t' to 'uint8_t', possible loss of data 3780 3780 VBOX_VCC_WARN_ALL += -wd4242 -wd4244 3781 if1of (RT_RELAXED_CALLBACKS_TYPES, $(DEFS))3781 if1of (RT_RELAXED_CALLBACKS_TYPES, $(DEFS)) 3782 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 3783 VBOX_VCC_WARN_ALL += -wd5039
Note:
See TracChangeset
for help on using the changeset viewer.