From c13edab979886a7dc0a23e8bf8b5da77fb5676de Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sat, 15 Sep 2007 16:37:27 +0000 Subject: Refactoring SPColor to C++ and removing legacy CMYK implementation (bzr r3753) --- src/dom/dom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dom') diff --git a/src/dom/dom.h b/src/dom/dom.h index 138e735e3..8a11ea0b0 100644 --- a/src/dom/dom.h +++ b/src/dom/dom.h @@ -1846,7 +1846,7 @@ public: virtual bool isDerivedFrom(const DOMString &typeNamespaceArg, const DOMString &typeNameArg, DerivationMethod derivationMethod) - { return false; } + { (void)typeNamespaceArg; (void)typeNameArg; (void)derivationMethod; return false; } //################## //# Non-API methods -- cgit v1.2.3