From: Wootak Jung Date: Thu, 15 Dec 2016 04:50:36 +0000 (+0900) Subject: Fix build error based on 4.0 toolchain (gcc6.2) X-Git-Tag: accepted/tizen/common/20161219.151948^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Ftelephony%2Ftel-plugin-indicator.git;a=commitdiff_plain;h=5925cdd73b49258c7a968816b6a657e17399c6c0 Fix build error based on 4.0 toolchain (gcc6.2) Change-Id: Ia2ae72782c7d52a03ce5d00445a98452400f4bf3 --- diff --git a/include/s_indi_log.h b/include/s_indi_log.h index 6d47532..d181a60 100644 --- a/include/s_indi_log.h +++ b/include/s_indi_log.h @@ -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); diff --git a/packaging/tel-plugin-indicator.spec b/packaging/tel-plugin-indicator.spec index aedf11f..7fa55b7 100644 --- a/packaging/tel-plugin-indicator.spec +++ b/packaging/tel-plugin-indicator.spec @@ -1,6 +1,6 @@ %define major 0 %define minor 1 -%define patchlevel 70 +%define patchlevel 71 Name: tel-plugin-indicator Version: %{major}.%{minor}.%{patchlevel}