remoce compiler warnings

parent ddbb4d42
......@@ -586,6 +586,8 @@ NdbOperation::setValue( const NdbColumnImpl* tAttrInfo,
slack = 4 * totalSizeInWords - attributeSize;
break;
}
default:
break;
}
if (((UintPtr)aValue & 3) != 0 || (slack != 0))
......
......@@ -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)))
......
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