AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_PreStructAlignmentHelper.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 *
4 * Copyright 2018, 2023 Avid Technology, Inc.
5 * All rights reserved.
6 *
7 * CONFIDENTIAL: this document contains confidential information of Avid. Do
8 * not disclose to any third party. Use of the information contained in this
9 * document is subject to an Avid SDK license.
10 *
11 */
12
18/*================================================================================================*/
19
20#if defined (AAX_SDK__PRE_STRUCT_ALIGNMENT_HELPER_DID_PUSH_A_CHANGE)
21 #warning nested struct alignment directives are not tested
22#endif
23
24#if defined (__clang__)
25 #if __has_warning ("-Wpragma-pack")
26 #define AAX_SDK__PRE_STRUCT_ALIGNMENT_HELPER_DID_PUSH_A_CHANGE 1
27 #pragma clang diagnostic push
28 #pragma clang diagnostic ignored "-Wpragma-pack"
29 #endif
30#endif