VirtualBox

Changeset 89185 in vbox for trunk


Ignore:
Timestamp:
May 19, 2021 9:05:22 PM (4 years ago)
Author:
vboxsync
Message:

Additions/3D/mesa: disable a couple of VCC warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/3D/mesa/Makefile.kmk

    r84540 r89185  
    109109        -wd4458 -wd4477 -wd4774 -wd4456 -wd4777 -wd4459 -wd4457
    110110endif
     111# -wd5039: pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception
     112# -wd5204: class has virtual functions, but its trivial destructor is not virtual; instances of objects derived from this class may not be destructed correctly
     113VBOX_MESA3D_VCC_DISABLED_WARNINGS          += \
     114        -wd5039 -wd5204
    111115
    112116TEMPLATE_VBoxMesa3DGuestR3Lib_CFLAGS.win   += $(VBOX_MESA3D_VCC_DISABLED_WARNINGS)
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