summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan (GitHub) <akutsan@luxoft.com>2016-11-24 14:58:29 +0200
committerGitHub <noreply@github.com>2016-11-24 14:58:29 +0200
commitae3ec6e835bcde91f3de906514bc03172b7479aa (patch)
tree2f6f62e002b00f674cac0290d5685fd98683fef2
parent2e8da95732b43cf6904cdc0b34a56f752d618028 (diff)
parent965f34cac1c7b1b106b80d14625129c18c1e9716 (diff)
downloadsdl_core-feature/support_extended_propriatary_policy.tar.gz
Merge pull request #1066 from LuxoftAKutsan/feature/support_extended_propriatary_policyfeature/support_extended_propriatary_policy
Fux int\uint mistmatch
-rw-r--r--src/components/application_manager/src/commands/hmi/get_urls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/hmi/get_urls.cc b/src/components/application_manager/src/commands/hmi/get_urls.cc
index 3a6e074d6b..ea52325174 100644
--- a/src/components/application_manager/src/commands/hmi/get_urls.cc
+++ b/src/components/application_manager/src/commands/hmi/get_urls.cc
@@ -68,7 +68,7 @@ void GetUrls::Run() {
}
#ifdef EXTENDED_POLICY
- const uint32_t policy_service = 7;
+ const uint32_t policy_service = 7u;
if (policy_service == service_to_check) {
ProcessPolicyServiceURLs(endpoints);