From 853ced9be97d68eac54982f9327c0d70737236c2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 19 Apr 2011 16:41:41 +0100 Subject: WaE: unused parameter --- comphelper/inc/comphelper/types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') diff --git a/comphelper/inc/comphelper/types.hxx b/comphelper/inc/comphelper/types.hxx index 46020e64dd29..dfa1565c4493 100644 --- a/comphelper/inc/comphelper/types.hxx +++ b/comphelper/inc/comphelper/types.hxx @@ -104,7 +104,7 @@ namespace comphelper /** check if a type you have at hand at runtime is equal to another type you have at compile time */ template - sal_Bool isAReference(const staruno::Any& _rVal, TYPE* pDummy) + sal_Bool isAReference(const staruno::Any& _rVal, TYPE*) { return _rVal.getValueType().equals( cppu::getTypeFavourUnsigned( -- cgit v1.2.3