diff -r 57d26d31c595 -r 5dafecb0892a uiacceltk/hitchcock/coretoolkit/src/HuiFxParameter.cpp --- a/uiacceltk/hitchcock/coretoolkit/src/HuiFxParameter.cpp Tue Sep 28 14:40:28 2010 +0300 +++ b/uiacceltk/hitchcock/coretoolkit/src/HuiFxParameter.cpp Thu Oct 14 18:35:08 2010 +0300 @@ -42,11 +42,11 @@ { *aValue2 = aValue; } -void ReRefInternal(TReal32 *aValue, TRgb **aValue2) +void ReRefInternal(TReal32 * /*aValue*/, TRgb ** /*aValue2*/) { // empty because assignment from TReal to TRgb fails } -void ReRefInternal(TRgb *aValue, TReal32 **aValue2) +void ReRefInternal(TRgb * /*aValue*/, TReal32 ** /*aValue2*/) { // empty because assignment from TRgb to TReal32 fails }