- Timestamp:
- May 19, 2021 9:05:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/mesa/Makefile.kmk
r84540 r89185 109 109 -wd4458 -wd4477 -wd4774 -wd4456 -wd4777 -wd4459 -wd4457 110 110 endif 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 113 VBOX_MESA3D_VCC_DISABLED_WARNINGS += \ 114 -wd5039 -wd5204 111 115 112 116 TEMPLATE_VBoxMesa3DGuestR3Lib_CFLAGS.win += $(VBOX_MESA3D_VCC_DISABLED_WARNINGS)
Note:
See TracChangeset
for help on using the changeset viewer.