VirtualBox

Changeset 67653 in vbox


Ignore:
Timestamp:
Jun 27, 2017 6:15:47 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116428
Message:

Config.kmk: Promote wd4371 to WALL level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r67324 r67653  
    28672867#      -wd4264: 'int VRDPOutputCtx::SendPacket(void)' : no override available for virtual member function from base 'VRDPOutputCtx'; function is hidden
    28682868#      -wd4738: storing 32-bit float result in memory, possible loss of performance
     2869#      -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'
    28692870# Want to enable these:
    28702871#      -wd4242: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data
     
    28742875VBOX_VCC_WARN_ALL ?= -W4 -Wall -wd4065 -wd4996 -wd4127 -wd4706 -wd4201 -wd4214 -wd4510 -wd4512 -wd4610 \
    28752876        -wd4514 -wd4820 -wd4365 -wd4987 -wd4710 -wd4061 -wd4986 -wd4191 -wd4574 -wd4917 -wd4711 -wd4611 -wd4571 -wd4324 -wd4505 \
    2876         -wd4263 -wd4264 -wd4738 -wd4200
     2877        -wd4263 -wd4264 -wd4738 -wd4200 -wd4371
    28772878if1of ($(VBOX_VCC_TOOL_STEM), VCC120)
    28782879 #    -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()'
     
    59125913  #    -wd4640: qmetatype.h(2210): warning C4640: 'f' : construction of local static object is not thread-safe [too bad]
    59135914  #    -wd4350: behavior change: 'int QStringList::indexOf(const QRegExp &,int) const' called instead of 'int QStringList::indexOf(QRegExp &,int) const'
    5914   #    -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'
    59155915  #    -wd4121: UIActionPool.h(393) : warning C4121: 'UIActionPool::PointerToFunction' : alignment of a member was sensitive to packing
    59165916  #    -wd4718: qmap.h(222) : warning C4718: 'QMapNode<enum DetailsElementType,bool>::destroySubTree' : recursive call has no side effects, deleting
Note: See TracChangeset for help on using the changeset viewer.

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