Fix build warnings 06/91906/1 accepted/tizen/common/20161012.154717 accepted/tizen/ivi/20161014.022214 accepted/tizen/mobile/20161014.022240 submit/tizen/20161012.065904
authorWootak Jung <wootak.jung@samsung.com>
Wed, 12 Oct 2016 06:52:56 +0000 (15:52 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 12 Oct 2016 06:52:56 +0000 (15:52 +0900)
Change-Id: I19310627cb35d268428305b281493710ea959342

common/CMakeLists.txt
common/src/callmgr-util.c
packaging/call-manager.spec

index 0aff88a..cdfe387 100644 (file)
@@ -47,7 +47,10 @@ SET(COMMON_SRCS ${COMMON_SRCS}
 )
 ENDIF(_ENABLE_EXT_FEATURE)
 
-INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include/)
+INCLUDE_DIRECTORIES(
+       ${CMAKE_CURRENT_SOURCE_DIR}/include/
+       ${CMAKE_SOURCE_DIR}/module/include/
+)
 
 ADD_LIBRARY(${COMMON} STATIC ${COMMON_SRCS})
 TARGET_LINK_LIBRARIES(${COMMON} ${common_pkgs_LDFLAGS})
index 0db3680..84de183 100644 (file)
@@ -36,6 +36,7 @@
 #include "callmgr-util.h"
 #include "callmgr-log.h"
 #include "callmgr-vconf.h"
+#include "callmgr-contact.h"
 
 #define CALLUI_PKG_NAME "org.tizen.call-ui"
 #define SOUND_PATH_SILENT      "silent"
@@ -808,7 +809,7 @@ int _callmgr_util_launch_ciss(const char* number, int sim_slot)
 int _callmgr_util_check_disturbing_setting(const char *number, gboolean *is_do_not_disturb)
 {
        notification_system_setting_h system_setting = NULL;
-       gboolean do_not_disturb = FALSE;
+       bool do_not_disturb = FALSE;
        int ret = 0;
        int allowed_calls = 0;
 
index f40f36c..93b6b08 100755 (executable)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 1
-%define patchlevel 75
+%define patchlevel 76
 %define ext_feature 0
 
 Name:           call-manager