- Timestamp:
- Oct 20, 2024 2:48:56 AM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165358
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r106492 r106525 8103 8103 TEMPLATE_VBoxQtGuiExe_CXXFLAGS += /volatileMetadata- # Don't waste space on x86/amd64-on-arm emulation optimizations. 8104 8104 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 8105 8113 TEMPLATE_VBoxQtGuiExe_CXXFLAGS += -Gy 8106 8114 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC120"
Note:
See TracChangeset
for help on using the changeset viewer.