Fix build error based on 4.0 toolchain (gcc6.2) 76/104976/1 accepted/tizen/common/20161219.151948 accepted/tizen/ivi/20161219.224236 accepted/tizen/mobile/20161219.224138 accepted/tizen/wearable/20161219.224211 submit/tizen/20161219.010815
authorWootak Jung <wootak.jung@samsung.com>
Thu, 15 Dec 2016 04:50:36 +0000 (13:50 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 15 Dec 2016 04:53:21 +0000 (13:53 +0900)
Change-Id: Ia2ae72782c7d52a03ce5d00445a98452400f4bf3

include/s_indi_log.h
packaging/tel-plugin-indicator.spec

index 6d47532..d181a60 100644 (file)
@@ -55,5 +55,5 @@ enum {
                g_free(tag); \
        } while (0)
 
-inline const char *s_indi_get_log_tag_with_id(unsigned int modem_id);
-inline char *s_indi_get_log_tag_with_cp_name(const char *cp_name);
+const char *s_indi_get_log_tag_with_id(unsigned int modem_id);
+gchar *s_indi_get_log_tag_with_cp_name(const char *cp_name);
index aedf11f..7fa55b7 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 1
-%define patchlevel 70
+%define patchlevel 71
 
 Name:           tel-plugin-indicator
 Version:        %{major}.%{minor}.%{patchlevel}