From 0975d66d2f06603f5e4016440b333aac88e2958a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Sep 2008 03:22:58 +0000 Subject: Ok, now all the warnings are gone (except for those coming from nids, but that's ok, nids is still in flux, they'll be gone soon). --- src/minimacro.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/minimacro.h') diff --git a/src/minimacro.h b/src/minimacro.h index 45a8555..e0765d3 100644 --- a/src/minimacro.h +++ b/src/minimacro.h @@ -103,7 +103,7 @@ namespace Bu FuncToUpper(){} virtual ~FuncToUpper(){} virtual Bu::FString call( - const Bu::FString &sIn, StrList &lsParam ) + const Bu::FString &sIn, StrList & ) { Bu::FString sOut( sIn ); sOut.toUpper(); @@ -117,7 +117,7 @@ namespace Bu FuncToLower(){} virtual ~FuncToLower(){} virtual Bu::FString call( - const Bu::FString &sIn, StrList &lsParam ) + const Bu::FString &sIn, StrList & ) { Bu::FString sOut( sIn ); sOut.toLower(); -- cgit v1.2.3