VirtualBox

Changeset 86041 in vbox for trunk/src


Ignore:
Timestamp:
Sep 7, 2020 11:30:17 AM (4 years ago)
Author:
vboxsync
Message:

Devices/Graphics: use current VMSVGA headers (GCC 4 tweaks, VBoxDDR0).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r86037 r86041  
    12201220  VBoxDDR0_SOURCES      += \
    12211221        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
    12221230 endif
    12231231 ifdef VBOX_WITH_VMSVGA3D
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