From 5925cdd73b49258c7a968816b6a657e17399c6c0 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Thu, 15 Dec 2016 13:50:36 +0900 Subject: [PATCH] Fix build error based on 4.0 toolchain (gcc6.2) Change-Id: Ia2ae72782c7d52a03ce5d00445a98452400f4bf3 --- include/s_indi_log.h | 4 ++-- packaging/tel-plugin-indicator.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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} -- 2.7.4