- Timestamp:
- Sep 7, 2020 11:30:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r86037 r86041 1220 1220 VBoxDDR0_SOURCES += \ 1221 1221 Graphics/DevVGA-SVGA.cpp 1222 ifneq ($(KBUILD_TARGET),win) 1223 if $(VBOX_GCC_VERSION_CXX) < 40600 1224 # Disable "ISO C++ prohibits anonymous structs [-Werror=pedantic]" caused by Mesa VMSVGA driver headers 1225 # For GCC >= 4.6.0 the warning is disabled in DevVGA_SVGA.h 1226 Graphics/DevVGA.cpp_CXXFLAGS = -Wno-pedantic 1227 Graphics/DevVGA-SVGA.cpp_CXXFLAGS = -Wno-pedantic 1228 endif 1229 endif 1222 1230 endif 1223 1231 ifdef VBOX_WITH_VMSVGA3D
Note:
See TracChangeset
for help on using the changeset viewer.