multiple warnings for unused variable

This commit is contained in:
Desire NUENTSA 2012-09-07 14:01:51 +02:00
parent fdd0f0c5fc
commit 5433986f5a

View File

@ -81,7 +81,7 @@ EIGEN_DONT_INLINE static void run(
const Index peels = 2; const Index peels = 2;
const Index LhsPacketAlignedMask = LhsPacketSize-1; const Index LhsPacketAlignedMask = LhsPacketSize-1;
const Index ResPacketAlignedMask = ResPacketSize-1; const Index ResPacketAlignedMask = ResPacketSize-1;
const Index PeelAlignedMask = ResPacketSize*peels-1; // const Index PeelAlignedMask = ResPacketSize*peels-1;
const Index size = rows; const Index size = rows;
// How many coeffs of the result do we have to skip to be aligned. // How many coeffs of the result do we have to skip to be aligned.
@ -335,7 +335,7 @@ EIGEN_DONT_INLINE static void run(
const Index peels = 2; const Index peels = 2;
const Index RhsPacketAlignedMask = RhsPacketSize-1; const Index RhsPacketAlignedMask = RhsPacketSize-1;
const Index LhsPacketAlignedMask = LhsPacketSize-1; const Index LhsPacketAlignedMask = LhsPacketSize-1;
const Index PeelAlignedMask = RhsPacketSize*peels-1; // const Index PeelAlignedMask = RhsPacketSize*peels-1;
const Index depth = cols; const Index depth = cols;
// How many coeffs of the result do we have to skip to be aligned. // How many coeffs of the result do we have to skip to be aligned.