VirtualBox

Changeset 86025 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Sep 3, 2020 4:00:44 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140227
Message:

Devices/Graphics: use current VMSVGA headers (GCC tweaks)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h

    r86024 r86025  
    4949
    5050/* GCC complains that 'ISO C++ prohibits anonymous structs' when "-Wpedantic" is enabled. */
    51 #ifdef __GNUC__
     51#if RT_GNUC_PREREQ(4, 6)
    5252# pragma GCC diagnostic push
    5353# pragma GCC diagnostic ignored "-Wpedantic"
     
    5959#include <svga_escape.h>
    6060#include <svga_overlay.h>
    61 #ifdef __GNUC__
     61#if RT_GNUC_PREREQ(4, 6)
    6262# pragma GCC diagnostic pop
    6363#endif
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