From c8114446cfecd198a7293ce92f0c1b8974818951 Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 8 Sep 2008 15:47:44 +0000 Subject: [PATCH] unused args warning --- src/rcldb/searchdata.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rcldb/searchdata.h b/src/rcldb/searchdata.h index 4de091ab..bdb23686 100644 --- a/src/rcldb/searchdata.h +++ b/src/rcldb/searchdata.h @@ -16,7 +16,7 @@ */ #ifndef _SEARCHDATA_H_INCLUDED_ #define _SEARCHDATA_H_INCLUDED_ -/* @(#$Id: searchdata.h,v 1.16 2008-08-28 15:43:57 dockes Exp $ (C) 2004 J.F.Dockes */ +/* @(#$Id: searchdata.h,v 1.17 2008-09-08 15:47:44 dockes Exp $ (C) 2004 J.F.Dockes */ /** * Structures to hold data coming almost directly from the gui @@ -153,8 +153,8 @@ protected: bool m_haveWildCards; Modifier m_modifiers; private: - SearchDataClause(const SearchDataClause& r) {} - SearchDataClause& operator=(const SearchDataClause& r) { + SearchDataClause(const SearchDataClause&) {} + SearchDataClause& operator=(const SearchDataClause&) { return *this; } };