File tree Expand file tree Collapse file tree 5 files changed +35
-0
lines changed
features/storage/FEATURE_STORAGE
storage-volume-manager/source Expand file tree Collapse file tree 5 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 16
16
*
17
17
*/
18
18
19
+ // This file is deprecated so deprecation warnings when building it are silenced
20
+ #if defined ( __CC_ARM )
21
+ #pragma diag_suppress 1361 // Deprecated declaration
22
+ #elif defined ( __GNUC__ )
23
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
24
+ #endif
25
+
19
26
#include < stdint.h>
20
27
#include < Driver_Common.h>
21
28
#include " storage_volume_manager.h"
Original file line number Diff line number Diff line change 18
18
* test support code implementation file.
19
19
*/
20
20
21
+ // This file is deprecated so deprecation warnings when building it are silenced
22
+ #if defined ( __CC_ARM )
23
+ #pragma diag_suppress 1361 // Deprecated declaration
24
+ #elif defined ( __GNUC__ )
25
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
26
+ #endif
27
+
21
28
#include "cfstore_config.h"
22
29
#include "cfstore_debug.h"
23
30
#include "cfstore_test.h"
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
+ // This file is deprecated so deprecation warnings when building it are silenced
20
+ #if defined ( __CC_ARM )
21
+ #pragma diag_suppress 1361 // Deprecated declaration
22
+ #elif defined ( __GNUC__ )
23
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
24
+ #endif
25
+
19
26
#include "cfstore_config.h"
20
27
#include "cfstore_debug.h"
21
28
#include "cfstore_list.h"
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
+ // This file is deprecated so deprecation warnings when building it are silenced
19
+ #if defined ( __CC_ARM )
20
+ #pragma diag_suppress 1361 // Deprecated declaration
21
+ #elif defined ( __GNUC__ )
22
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
23
+ #endif
24
+
18
25
#include " storage-volume-manager/storage_volume_manager.h"
19
26
#include < string.h>
20
27
#include < inttypes.h>
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
+ // This file is deprecated so deprecation warnings when building it are silenced
19
+ #if defined ( __CC_ARM )
20
+ #pragma diag_suppress 1361 // Deprecated declaration
21
+ #elif defined ( __GNUC__ )
22
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
23
+ #endif
24
+
18
25
#include " storage-volume-manager/storage_volume_manager.h"
19
26
#include < string.h>
20
27
#include < inttypes.h>
You can’t perform that action at this time.
0 commit comments