VirtualBox

Changeset 101467 in vbox for trunk/src/libs


Ignore:
Timestamp:
Oct 17, 2023 10:07:17 AM (14 months ago)
Author:
vboxsync
Message:

dxvk-native-1.9.2a/Makefile.kmk: Shut up warnings about deprecated std::iterator use (more than two parameters seems to be deprecated). bugref:10348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/dxvk-native-1.9.2a/Makefile.kmk

    r98441 r101467  
    8383        DXVK_WSI_HEADLESS
    8484VBox-DxVkNativeUtil_CXXFLAGS.linux += \
    85         -std=c++17
     85        -std=c++17 -Wno-deprecated-declarations # The latter is for std::iterator in util_bit.h.
    8686VBox-DxVkNativeUtil_CXXFLAGS.darwin += \
    8787        -std=c++17
     
    168168        DXVK_WSI_HEADLESS
    169169VBox-DxVkNativeDxVk_CXXFLAGS.linux += \
    170         -std=c++17
     170        -std=c++17 -Wno-deprecated-declarations # The latter is for std::iterator in util_bit.h.
    171171VBox-DxVkNativeDxVk_CXXFLAGS.darwin += \
    172172        -std=c++17
     
    294294        DXVK_WSI_HEADLESS
    295295VBox-DxVkNativeD3D11_CXXFLAGS.linux += \
    296         -std=c++17
     296        -std=c++17 -Wno-deprecated-declarations # The latter is for std::iterator in util_bit.h.
    297297VBox-DxVkNativeD3D11_CXXFLAGS.darwin += \
    298298        -std=c++17
Note: See TracChangeset for help on using the changeset viewer.

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