VirtualBox

Changeset 106525 in vbox for trunk


Ignore:
Timestamp:
Oct 20, 2024 2:48:56 AM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165358
Message:

/Config.kmk: Disabled 4 warnings for VBoxQtGuiExe so the GUI bits can be built with VC 2022. jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r106492 r106525  
    81038103   TEMPLATE_VBoxQtGuiExe_CXXFLAGS += /volatileMetadata- # Don't waste space on x86/amd64-on-arm emulation optimizations.
    81048104  endif
     8105  if "$(VBOX_VCC_TOOL_STEM)" >= "VCC143" # (with qt 6.5.3 - reevalue when upgrading qt)
     8106   #   -wd5246: qobjectdefs.h(203): warning C5246: '_Elems': the initialization of a subobject should be wrapped in braces
     8107   #   -wd5249: qstyleoption.h(207): warning C5249: 'QStyleOptionHeaderV2::textElideMode' of type 'Qt::TextElideMode' has named enumerators with values that cannot be represented in the given bit field width of '2'
     8108   #   -wd5266: qhash.h(1083): warning C5266: 'const' qualifier on return type has no effect
     8109   #   -wd5267: qlist.h(50): warning C5267: definition of implicit copy constructor for 'QListSpecialMethods<T>' is deprecated because it has a user-provided destructor
     8110   TEMPLATE_VBoxQtGuiExe_CXXFLAGS += -wd5246 -wd5249 -wd5266 -wd5267
     8111  endif
     8112
    81058113  TEMPLATE_VBoxQtGuiExe_CXXFLAGS += -Gy
    81068114  if "$(VBOX_VCC_TOOL_STEM)" >= "VCC120"
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