suppress warnings due to the deprecated TEF APIs 05/294805/2
authorDongsun Lee <ds73.lee@samsung.com>
Mon, 26 Jun 2023 02:14:31 +0000 (11:14 +0900)
committerDong Sun Lee <ds73.lee@samsung.com>
Tue, 27 Jun 2023 01:55:48 +0000 (01:55 +0000)
Change-Id: I093e9cb5acb8c9498cf516d6dc8d9196ae2a64f4

helloworld/CMakeLists.txt

index 2a9325cba06c313aae6206130b690ba2c830c179..ac119d666eb7e94c65e638e0863bd43fe0f8603b 100644 (file)
@@ -24,6 +24,9 @@ PROJECT("tef-simulator-helloworld")
 
 INCLUDE(FindPkgConfig)
 
+# Suppress warnings due to the deprecated TEF client API
+ADD_DEFINITIONS("-Wno-deprecated-declarations")
+
 PKG_CHECK_MODULES(HELLO_WORLD_TA_DEPS REQUIRED
     tef-simulator-devkit
     )