--- parser3/src/classes/hash.C 2003/11/07 13:59:21 1.60 +++ parser3/src/classes/hash.C 2003/11/20 15:35:29 1.61 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_HASH_C="$Date: 2003/11/07 13:59:21 $"; +static const char* IDENT_HASH_C="$Date: 2003/11/20 15:35:29 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -22,7 +22,7 @@ static const char* IDENT_HASH_C="$Date: class MHash: public Methoded { public: // VStateless_class - Value* create_new_value(Pool& apool) { return new VHash(); } + Value* create_new_value(Pool&) { return new VHash(); } public: MHash(); @@ -251,7 +251,7 @@ static void _sql(Request& r, MethodParam static void keys_collector( HashStringValue::key_type key, - HashStringValue::value_type value, + HashStringValue::value_type, Table *table) { Table::element_type row(new ArrayString); *row+=new String(key, String::L_TAINTED);