When i make my sources with xalan (built with ICU), i get the following warnings.. Are these ignorable?
"/home/aramdas/xml-xalan/c/src/XSLT/FunctionFormatNumber.hpp", line 170: Warning: FunctionFormatNumber::execute hides the virtual function Function::execute(XPathExecutionContext&, XalanNode*, const vector<XObjectPtr>&, const Locator*) const. "/home/aramdas/xml-xalan/c/src/XSLT/FunctionFormatNumber.hpp", line 170: Warning: FunctionFormatNumber::execute hides the virtual function Function::execute(XPathExecutionContext&, XalanNode*, const XObjectPtr, const Locator*) const. "/home/aramdas/xml-xalan/c/src/XSLT/FunctionFormatNumber.hpp", line 170: Warning: FunctionFormatNumber::execute hides the virtual function Function::execute(XPathExecutionContext&, XalanNode*, const Locator*) const. Arun
