Changeset 101161 in vbox for trunk/src/VBox
- Timestamp:
- Sep 18, 2023 6:25:30 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/nt/Makefile.kmk
r101149 r101161 65 65 PROGRAMS.win += ntDisplay 66 66 ntDisplay_TEMPLATE = VBoxValidationKitR3 67 ntDisplay_CXXFLAGS += -wd4668 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. 68 70 ntDisplay_LIBS = d3d11.lib 69 71 ntDisplay_SOURCES = ntDisplay.cpp 70 72 ntDisplay_VBOX_IMPORT_CHECKER.win.amd64 = w8 71 73 ntDisplay_VBOX_IMPORT_CHECKER.win.x86 = w8 72 ntDisplay_CFLAGS.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.73 74 74 75 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.