VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/vmsvga_include/vmsvga_headers_begin.h@ 97697

Last change on this file since 97697 was 96407, checked in by vboxsync, 2 years ago

scm copyright and license note update

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1/*
2 * Copyright (C) 2021-2022 Oracle and/or its affiliates.
3 *
4 * This file is part of VirtualBox base platform packages, as
5 * available from https://www.virtualbox.org.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation, in version 3 of the
10 * License.
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, see <https://www.gnu.org/licenses>.
19 *
20 * SPDX-License-Identifier: GPL-3.0-only
21 */
22
23/* GCC complains that 'ISO C++ prohibits anonymous structs' when "-Wpedantic" is enabled. */
24#if RT_GNUC_PREREQ(4, 6)
25# pragma GCC diagnostic push
26# pragma GCC diagnostic ignored "-Wpedantic"
27#endif
28
29#if defined(__clang__)
30# pragma clang diagnostic push
31# pragma clang diagnostic ignored "-Wpedantic"
32# pragma clang diagnostic ignored "-Wc11-extensions"
33#endif
34
35#define VBOX_VMSVGA_HEADERS_BEING_INCLUDED
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette