summaryrefslogtreecommitdiffstats
path: root/src/dom/domstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/domstring.cpp')
-rw-r--r--src/dom/domstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/domstring.cpp b/src/dom/domstring.cpp
index 34629edb6..eb00afa8e 100644
--- a/src/dom/domstring.cpp
+++ b/src/dom/domstring.cpp
@@ -146,7 +146,7 @@ DOMString &DOMString::assign(const std::string &str)
}
-void DOMString::erase(unsigned long pos, unsigned long count)
+void DOMString::erase(unsigned long /*pos*/, unsigned long count)
{
std::vector<XMLCh>::iterator iter = chars.begin();
chars.erase(iter, iter + count);