diff options
Diffstat (limited to 'src/dom/lsimpl.cpp')
| -rw-r--r-- | src/dom/lsimpl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dom/lsimpl.cpp b/src/dom/lsimpl.cpp index 40b464814..b3b3f0b20 100644 --- a/src/dom/lsimpl.cpp +++ b/src/dom/lsimpl.cpp @@ -128,7 +128,7 @@ DocumentPtr LSParserImpl::parse(const LSInput &input) /** * */ -DocumentPtr LSParserImpl::parseURI(const DOMString &uri) +DocumentPtr LSParserImpl::parseURI(const DOMString &/*uri*/) throw(dom::DOMException, LSException) { return NULL; @@ -137,9 +137,9 @@ DocumentPtr LSParserImpl::parseURI(const DOMString &uri) /** * */ -NodePtr LSParserImpl::parseWithContext(const LSInput &input, - const NodePtr contextArg, - unsigned short action) +NodePtr LSParserImpl::parseWithContext(const LSInput &/*input*/, + const NodePtr /*contextArg*/, + unsigned short /*action*/) throw(dom::DOMException, LSException) { return NULL; |
