AAX SDK  2.4.1
Avid Audio Extensions Development Kit
AAX_PreStructAlignmentHelper.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  *
4  * Copyright 2018 by Avid Technology, Inc.
5  * All rights reserved.
6  *
7  * CONFIDENTIAL: This document contains confidential information. Do not
8  * read or examine this document unless you are an Avid Technology employee
9  * or have signed a non-disclosure agreement with Avid Technology which protects
10  * the confidentiality of this document. DO NOT DISCLOSE ANY INFORMATION
11  * CONTAINED IN THIS DOCUMENT TO ANY THIRD-PARTY WITHOUT THE PRIOR WRITTEN CONSENT
12  * OF Avid Technology, INC.
13  *
14  */
15 
21 /*================================================================================================*/
22 
23 #if defined (AAX_SDK__PRE_STRUCT_ALIGNMENT_HELPER_DID_PUSH_A_CHANGE)
24  #warning nested struct alignment directives are not tested
25 #endif
26 
27 #if defined (__clang__)
28  #if __has_warning ("-Wpragma-pack")
29  #define AAX_SDK__PRE_STRUCT_ALIGNMENT_HELPER_DID_PUSH_A_CHANGE 1
30  #pragma clang diagnostic push
31  #pragma clang diagnostic ignored "-Wpragma-pack"
32  #endif
33 #endif