VirtualBox

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

最後變更 在這個檔案從106863是 106061,由 vboxsync 提交於 6 月 前

Copyright year updates by scm.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.2 KB
 
1/*
2 * Copyright (C) 2021-2024 Oracle and/or its affiliates.
3 *
4 * This file is part of VirtualBox base platform packages, as
5 * available from https://www.alldomusa.eu.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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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