summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2018-04-20 17:34:00 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2018-04-20 17:34:00 +0900
commit57cfa218363ead7d6ee2e1a8f98602ad3b29c6a1 (patch)
tree25c0ffa2ed4b3ce14ea491d7f8cef5b3b76f1ce4
parentdd1e6fbf9a36feeb8a83c1e5bbf7b6873499922f (diff)
downloadefl-57cfa218363ead7d6ee2e1a8f98602ad3b29c6a1.tar.gz
efl_net_control_access_point-connman: Fix build warning
-rw-r--r--src/lib/ecore_con/efl_net_control_access_point-connman.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_con/efl_net_control_access_point-connman.c b/src/lib/ecore_con/efl_net_control_access_point-connman.c
index cd55debc4c..886158ad54 100644
--- a/src/lib/ecore_con/efl_net_control_access_point-connman.c
+++ b/src/lib/ecore_con/efl_net_control_access_point-connman.c
@@ -691,6 +691,8 @@ _efl_net_control_access_point_configuration_proxy_set(Eo *o, Efl_Net_Control_Acc
if (excludes)
_append_dict_entry_string_array(array, "Excludes", excludes);
break;
+ default:
+ break;
}
eldbus_message_iter_container_close(var, array);