VirtualBox

Changeset 101161 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 18, 2023 6:25:30 PM (16 months ago)
Author:
vboxsync
Message:

fixing asan build burn, ignore c4668 and c5039 warnings, todo figure out why theres so much c4668 warnings

File:
1 edited

Legend:

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

    r101149 r101161  
    6565PROGRAMS.win += ntDisplay
    6666ntDisplay_TEMPLATE  = VBoxValidationKitR3
    67 ntDisplay_CXXFLAGS += -wd4668
     67# todo: figure out why there's so much C4668
     68ntDisplay_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'
     69ntDisplay_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.
    6870ntDisplay_LIBS      = d3d11.lib
    6971ntDisplay_SOURCES   = ntDisplay.cpp
    7072ntDisplay_VBOX_IMPORT_CHECKER.win.amd64 = w8
    7173ntDisplay_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.
    7374
    7475include $(FILE_KBUILD_SUB_FOOTER)
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