Changeset 99846 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 18, 2023 12:12:31 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157484
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r99844 r99846 388 388 endif 389 389 390 ifdef VBOX_WITH_QT6 391 VirtualBox_CXXFLAGS.win += /permissive- 392 endif 393 390 394 VirtualBox_CXXFLAGS.linux += $(VBOX_GCC_Wno-class-memaccess) 391 395 … … 421 425 ifneq ($(KBUILD_TARGET),win) 422 426 VirtualBoxVM_CXXFLAGS += -Wno-switch 427 endif 428 429 ifdef VBOX_WITH_QT6 430 VirtualBoxVM_CXXFLAGS.win += /permissive- 423 431 endif 424 432 … … 465 473 UICommon_CXXFLAGS.win += -wd4868 # prevents std::stable_sort from using functor/function comparator 466 474 UICommon_CXXFLAGS.win += -bigobj # COMWrappers.cpp fails with too many sections on win64-dep otherwise. 475 ifdef VBOX_WITH_QT6 476 UICommon_CXXFLAGS.win += /permissive- 477 endif 467 478 468 479 ## @todo we're using a number of deprecated APIs, please fix and remove these!
Note:
See TracChangeset
for help on using the changeset viewer.