Suppress TEEC deprecated declarations warnings
[platform/core/security/key-manager.git] / src / manager / crypto / tz-backend / tz-memory.cpp
index 324463d..fd94303 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved
+ *  Copyright (c) 2017-2021 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -20,6 +20,8 @@
  * @brief      TrustZone Shared Memory wrapper definitions
  */
 
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+
 #include <tz-backend/tz-memory.h>
 #include <generic-backend/exception.h>
 #include <dpl/log/log.h>