VirtualBox

Changeset 75210 in vbox


Ignore:
Timestamp:
Oct 31, 2018 5:41:42 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126300
Message:

Config.kmk: Shut up informational warning C4748.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r75195 r75210  
    30613061#      -wd4738: storing 32-bit float result in memory, possible loss of performance
    30623062#      -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
    30633064# Want to enable these:
    30643065#      -wd4242: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data
     
    30683069VBOX_VCC_WARN_ALL ?= -W4 -Wall -wd4065 -wd4996 -wd4127 -wd4706 -wd4201 -wd4214 -wd4510 -wd4512 -wd4610 \
    30693070        -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
    30713072if1of ($(VBOX_VCC_TOOL_STEM), VCC120)
    30723073 #    -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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette