VirtualBox

Changeset 101255 in vbox


Ignore:
Timestamp:
Sep 25, 2023 3:49:01 PM (12 months ago)
Author:
vboxsync
Message:

ValKit: Query about a supported DirectX feature level. Makefile cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/nt/Makefile.kmk

    r101161 r101255  
    6565PROGRAMS.win += ntDisplay
    6666ntDisplay_TEMPLATE  = VBoxValidationKitR3
    67 # todo: figure out why there's so much C4668
    68 ntDisplay_CXXFLAGS.win += -wd4668 # winioctl.h(lots of strings): warning C4668: '_WIN32_WINNT_WIN10_RS5' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
    69 ntDisplay_CXXFLAGS.win += -wd5039 # winbase.h(7722): warning C5039: 'TpSetCallbackCleanupGroup': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception.
     67#  -wd4668: winioctl.h(lots of strings): '_WIN32_WINNT_WIN10_RS5' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
     68#  -wd5039: winbase.h(7722): 'TpSetCallbackCleanupGroup': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc
     69ntDisplay_CXXFLAGS += -wd5039 -wd4668
    7070ntDisplay_LIBS      = d3d11.lib
    7171ntDisplay_SOURCES   = ntDisplay.cpp
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