Changeset 86025 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Sep 3, 2020 4:00:44 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140227
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h
r86024 r86025 49 49 50 50 /* GCC complains that 'ISO C++ prohibits anonymous structs' when "-Wpedantic" is enabled. */ 51 #if def __GNUC__51 #if RT_GNUC_PREREQ(4, 6) 52 52 # pragma GCC diagnostic push 53 53 # pragma GCC diagnostic ignored "-Wpedantic" … … 59 59 #include <svga_escape.h> 60 60 #include <svga_overlay.h> 61 #if def __GNUC__61 #if RT_GNUC_PREREQ(4, 6) 62 62 # pragma GCC diagnostic pop 63 63 #endif
Note:
See TracChangeset
for help on using the changeset viewer.