From 911844b16c6b627f421bc3368de427de3ca9f60c Mon Sep 17 00:00:00 2001 From: Patrick Benavoli Date: Wed, 23 Jul 2014 01:27:00 +0200 Subject: Type mismatch corrections (Windows 64 bits) This patch removes the type mismatch warnings revealed by Windows 64 compiler. Wherever necessary, used size_t type for size related data. Change-Id: Ie045ce95940cd83fe8d681168ac9526fc6028d43 Signed-off-by: Patrick Benavoli --- parameter/ConfigurableElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parameter/ConfigurableElement.h') diff --git a/parameter/ConfigurableElement.h b/parameter/ConfigurableElement.h index cce2227..18256cf 100644 --- a/parameter/ConfigurableElement.h +++ b/parameter/ConfigurableElement.h @@ -74,7 +74,7 @@ public: // Owning domains void listAssociatedDomains(std::string& strResult, bool bVertical = true) const; - uint32_t getBelongingDomainCount() const; + size_t getBelongingDomainCount() const; // Elements with no domains void listRogueElements(std::string& strResult) const; -- cgit v1.1