Kaydet (Commit) 5f87f63a authored tarafından Jürgen Schmidt's avatar Jürgen Schmidt

remove warning, remove unused parameter variable

üst 34279ea8
...@@ -99,7 +99,7 @@ namespace comphelper ...@@ -99,7 +99,7 @@ namespace comphelper
/** check if a type you have at hand at runtime is equal to another type you have at compile time /** check if a type you have at hand at runtime is equal to another type you have at compile time
*/ */
template <class TYPE> template <class TYPE>
sal_Bool isAReference(const staruno::Any& _rVal, TYPE* pDummy) sal_Bool isAReference(const staruno::Any& _rVal, TYPE*)
{ {
return _rVal.getValueType().equals( return _rVal.getValueType().equals(
cppu::getTypeFavourUnsigned( cppu::getTypeFavourUnsigned(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment