- Timestamp:
- Jun 22, 2020 2:32:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r84904 r84905 367 367 endif 368 368 369 VirtualBox_CXXFLAGS.linux += -Wno-class-memaccess 370 369 371 ## @todo we're using a number of deprecated APIs, please fix and remove these! 370 372 ifdef VBOX_WITH_NEW_XCODE … … 402 404 endif 403 405 406 VirtualBoxVM_CXXFLAGS.linux += -Wno-class-memaccess 407 404 408 ## @todo we're using a number of deprecated APIs, please fix and remove these! 405 409 ifdef VBOX_WITH_NEW_XCODE … … 436 440 # Compiling/linking flags. 437 441 # 442 443 UICommon_CXXFLAGS.linux += -Wno-class-memaccess 438 444 439 445 ## @todo we're using a number of deprecated APIs, please fix and remove these!
Note:
See TracChangeset
for help on using the changeset viewer.