Fix the gcc6 build error 29/106929/1 accepted/tizen/common/20161227.192044 accepted/tizen/common/20170111.155012 accepted/tizen/ivi/20161226.012742 accepted/tizen/mobile/20161226.012651 accepted/tizen/tv/20161226.012707 accepted/tizen/wearable/20161226.012728 submit/tizen/20161226.003727 submit/tizen_common/20170111.150147
authorDoHyun Pyun <dh79.pyun@samsung.com>
Sun, 25 Dec 2016 23:54:22 +0000 (08:54 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Sun, 25 Dec 2016 23:55:25 +0000 (08:55 +0900)
Change-Id: I3f1b8dd70772490ddd5629c05809597a966b8c3d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/net_nfc_client_hce_ipc.c

index 916074e..a6773a8 100755 (executable)
@@ -186,12 +186,12 @@ bool net_nfc_server_hce_ipc_send_to_server(int type,
 
 /******************************************************************************/
 
-inline void net_nfc_client_ipc_lock()
+static inline void net_nfc_client_ipc_lock()
 {
        pthread_mutex_lock(&g_client_ipc_mutex);
 }
 
-inline void net_nfc_client_ipc_unlock()
+static inline void net_nfc_client_ipc_unlock()
 {
        pthread_mutex_unlock(&g_client_ipc_mutex);
 }