summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Gaio <miguel.gaio@renault.com>2019-04-26 19:06:19 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-04-26 19:06:19 -0700
commit9bb31fc89a17a8d5ed25d89e8694b1d6b691f233 (patch)
tree5779790a7770d7d6d2e0c7a6a958e0bbf0e2b230
parentaa9bf2df2263d23d24ee0234113c69e245d9e091 (diff)
parentaed3fb17c1ab7c9d3257f8659f163f43558bc0d8 (diff)
downloadparameter-framework-9bb31fc89a17a8d5ed25d89e8694b1d6b691f233.tar.gz
parameter framework failed to build using clang6
am: aed3fb17c1 Change-Id: I1bc5b76115582a22df2eec7ca0c5c9f6457911a0
-rw-r--r--upstream/xmlserializer/XmlElement.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/upstream/xmlserializer/XmlElement.cpp b/upstream/xmlserializer/XmlElement.cpp
index 9c3950d..e00d08e 100644
--- a/upstream/xmlserializer/XmlElement.cpp
+++ b/upstream/xmlserializer/XmlElement.cpp
@@ -262,7 +262,6 @@ bool CXmlElement::CChildIterator::next(CXmlElement &xmlChildElement)
return false;
}
-template bool CXmlElement::getAttribute(const std::string &name, std::string &value) const;
template bool CXmlElement::getAttribute(const std::string &name, bool &value) const;
template bool CXmlElement::getAttribute(const std::string &name, signed char &value) const;
template bool CXmlElement::getAttribute(const std::string &name, unsigned char &value) const;
@@ -277,8 +276,6 @@ template bool CXmlElement::getAttribute(const std::string &name, unsigned long l
template bool CXmlElement::getAttribute(const std::string &name, float &value) const;
template bool CXmlElement::getAttribute(const std::string &name, double &value) const;
-template void CXmlElement::setAttribute(const std::string &name, const std::string &value);
-template void CXmlElement::setAttribute(const std::string &name, const bool &value);
template void CXmlElement::setAttribute(const std::string &name, const signed char &value);
template void CXmlElement::setAttribute(const std::string &name, const unsigned char &value);
template void CXmlElement::setAttribute(const std::string &name, const short &value);