fpicker/source/aqua/CFStringUtilities.hxx | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit 693f266d810904945950fa72251df9c35bd6d9aa Author: Matúš Kukan <matus.ku...@gmail.com> Date: Tue Dec 27 13:36:45 2011 +0100 WaE: unused variables diff --git a/fpicker/source/aqua/CFStringUtilities.hxx b/fpicker/source/aqua/CFStringUtilities.hxx index 578782b..6974899 100644 --- a/fpicker/source/aqua/CFStringUtilities.hxx +++ b/fpicker/source/aqua/CFStringUtilities.hxx @@ -71,6 +71,8 @@ inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, con OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); #if OSL_DEBUG_LEVEL > 1 CFShow(value1); +#else + (void)value1; #endif } @@ -78,6 +80,8 @@ inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, con OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); #if OSL_DEBUG_LEVEL > 1 NSLog(value1); +#else + (void)value1; #endif } @@ -145,6 +149,8 @@ inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, cons OSL_TRACE("<<< %s::%s%sreturnValue = ", classname, methodname, PARAMFILLER); #if OSL_DEBUG_LEVEL > 1 CFShow(retVal); +#else + (void)retVal; #endif } @@ -152,6 +158,8 @@ inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, cons OSL_TRACE("<<< %s::%s%sreturnValue = ", classname, methodname, PARAMFILLER); #if OSL_DEBUG_LEVEL > 1 NSLog(retVal); +#else + (void)retVal; #endif }
_______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits