Changeset 75210 in vbox
- Timestamp:
- Oct 31, 2018 5:41:42 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126300
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r75195 r75210 3061 3061 # -wd4738: storing 32-bit float result in memory, possible loss of performance 3062 3062 # -wd4371: UIActionPool.h(393) : warning C4371: 'UIActionPool::PointerToFunction' : layout of class may have changed from a previous version of the compiler due to better packing of member 'UIActionPool::PointerToFunction::ptfr' 3063 # -wd4748: uiactionpoolmanager.cpp(2723) : warning C4748: /GS can not protect parameters and local variables from local buffer overrun because optimizations are disabled in function 3063 3064 # Want to enable these: 3064 3065 # -wd4242: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data … … 3068 3069 VBOX_VCC_WARN_ALL ?= -W4 -Wall -wd4065 -wd4996 -wd4127 -wd4706 -wd4201 -wd4214 -wd4510 -wd4512 -wd4610 \ 3069 3070 -wd4514 -wd4820 -wd4365 -wd4987 -wd4710 -wd4061 -wd4986 -wd4191 -wd4574 -wd4917 -wd4711 -wd4611 -wd4571 -wd4324 -wd4505 \ 3070 -wd4263 -wd4264 -wd4738 -wd4200 -wd4371 3071 -wd4263 -wd4264 -wd4738 -wd4200 -wd4371 -wd4748 3071 3072 if1of ($(VBOX_VCC_TOOL_STEM), VCC120) 3072 3073 # -wd4350: behavior change: 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc(const std::_Wrap_alloc<std::allocator<char>> &) throw()' called instead of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc<std::_Wrap_alloc<std::allocator<char>>>(_Other &) throw()'
Note:
See TracChangeset
for help on using the changeset viewer.