Changeset 101255 in vbox
- Timestamp:
- Sep 25, 2023 3:49:01 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/ValidationKit/utils/nt/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/nt/Makefile.kmk
r101161 r101255 65 65 PROGRAMS.win += ntDisplay 66 66 ntDisplay_TEMPLATE = VBoxValidationKitR3 67 # todo: figure out why there's so much C466868 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 69 ntDisplay_CXXFLAGS += -wd5039 -wd4668 70 70 ntDisplay_LIBS = d3d11.lib 71 71 ntDisplay_SOURCES = ntDisplay.cpp
Note:
See TracChangeset
for help on using the changeset viewer.

