Suppress TEEC deprecated declarations warnings
[platform/core/security/key-manager.git] / src / manager / crypto / tz-backend / tz-context.cpp
index df421f7..b2e55db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2017-2019 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.
@@ -19,6 +19,8 @@
  * @version    1.0
  */
 
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+
 #include <tz-backend/tz-context.h>
 #include <tz-backend/tz-memory.h>
 #include <generic-backend/exception.h>