From 0cf33ede6bbf13e760fc98a01cc0f225c3404d3c Mon Sep 17 00:00:00 2001 From: dockes Date: Wed, 21 Oct 2009 12:00:43 +0000 Subject: [PATCH] warning --- src/internfile/mimehandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internfile/mimehandler.h b/src/internfile/mimehandler.h index 2cb36af9..f4480a3f 100644 --- a/src/internfile/mimehandler.h +++ b/src/internfile/mimehandler.h @@ -55,7 +55,7 @@ public: /// This does nothing right now but should be called from the /// subclass method in case we need some common processing one day /// (was used for xattrs at some point). - virtual bool set_document_file(const string &file_path) {return true;} + virtual bool set_document_file(const string & /*file_path*/) {return true;} // Default implementations virtual bool set_document_string(const std::string &) {return false;}