Code

Rearrange to enable code that does not directly rely on lcms.
[inkscape.git] / src / dom / lsimpl.cpp
index 84d12ddfb0f4dd1db8e44d7815ed8efca3a874e1..b3b3f0b20cb59fa34635c7fadc38d70f546d44b2 100644 (file)
@@ -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;
@@ -272,7 +272,7 @@ void LSSerializerImpl::spaces()
 /**
  *
  */
-void LSSerializerImpl::po(char *fmt, ...)
+void LSSerializerImpl::po(char const *fmt, ...)
 {
     char str[257];
     va_list args;