remoce compiler warnings

This commit is contained in:
unknown 2007-12-11 11:41:19 +01:00
commit 6629d45fd7
2 changed files with 4 additions and 0 deletions

View file

@ -586,6 +586,8 @@ NdbOperation::setValue( const NdbColumnImpl* tAttrInfo,
slack = 4 * totalSizeInWords - attributeSize;
break;
}
default:
break;
}
if (((UintPtr)aValue & 3) != 0 || (slack != 0))

View file

@ -169,6 +169,8 @@ NdbOperation::equal_impl(const NdbColumnImpl* tAttrInfo,
slack = 4*totalSizeInWords - attributeSize;
break;
}
default:
break;
}
if (((align & 3) != 0) || (slack != 0) || (tDistrKey && (align != 0)))